/* Codchem brand tokens — used by the header (and available site-wide) */

:root {

    --codchem-ink: #0d1321;
    --codchem-red: #ec0872;
    --codchem-orange: #ff5fa2;
    --codchem-gold: #ff9fd1;
    --codchem-line: rgba(13, 19, 33, .08);
    --codchem-ease: cubic-bezier(.22, .75, .2, 1);

    /* Footer-specific (dark panel) tokens */
    --codchem-ink-2: #080b12;
    --codchem-muted: rgba(255, 255, 255, .62);
    --codchem-line-dark: rgba(255, 255, 255, .12);

}
