@use '../mixins/define-color' as *;
@use '../variables' as *;

/*
  Spectre.css other colors. Alphabetical order.
*/
:root, :host {
  @include define-color('code-color', $code-color); // #d73e48
  @include define-color('highlight-color', $highlight-color); // #ffe9b3
}
