/* C1NE Color Tokens */

:root {
  /* Primary Brand Colors */
  --color-yellow: #FCFF00;
  --color-yellow-dim: #C9A300;
  --color-black: #1A1A14;
  --color-black-2: #1F1F18;
  --color-ink: #1A1A14;
  --color-creme: #FDFBF7;
  --color-paper: #F1ECE0;

  /* Surfaces */
  --color-surface: #272720;
  --color-surface-light: #F1ECE0;
  --color-surface-dark: #1A1A14;

  /* Semantic */
  --color-text-primary: #1A1A14;
  --color-text-secondary: rgba(26, 26, 20, 0.62);
  --color-text-tertiary: rgba(26, 26, 20, 0.42);
  --color-text-inverse: #FDFBF7;
  --color-text-inverse-secondary: rgba(253, 251, 247, 0.6);
  --color-text-inverse-tertiary: rgba(253, 251, 247, 0.36);

  /* Accents */
  --color-accent: #FCFF00;
  --color-accent-soft: #C9A300;

  /* Utilities */
  --color-soft: rgba(253, 251, 247, 0.6);
  --color-faint: rgba(253, 251, 247, 0.34);
  --color-line: rgba(253, 251, 247, 0.13);
  --color-line-light: rgba(253, 251, 247, 0.07);
  --color-line-dark: rgba(26, 26, 20, 0.15);
}
