/* ==========================================================================
   THEME TOKENS (Tailwind-style RGB triples)
   ========================================================================== */

:root,
[data-tw-theme=default] {
    --theme-bg-color: 255 255 255;
    --theme-text-color: 53 51 52;
    /* neutral body text */
    --theme-heading-color: 108 6 51;
    /* maroon headings */
    --theme-fancy-link-color: 108 6 51;
    --theme-fancy-link-hocus-color: 137 56 92;
    --theme-button-bg-color: 108 6 51;
    --theme-button-text-color: 255 255 255;
    --theme-button-hocus-bg-color: 137 56 92;
    --theme-subsup-color: 53 51 52;
}

[data-tw-theme=maroon-500] {
    --theme-bg-color: 108 6 51;
    --theme-text-color: 255 255 255;
    --theme-heading-color: 255 255 255;
    --theme-fancy-link-color: 249 221 162;
    --theme-fancy-link-hocus-color: 251 232 192;
    --theme-button-bg-color: 241 239 237;
    --theme-button-text-color: 108 6 51;
    --theme-button-hocus-bg-color: 255 255 255;
    --theme-subsup-color: 241 239 237;
}

[data-tw-theme=maroon-700] {
    --theme-bg-color: 77 4 36;
    --theme-text-color: 255 255 255;
    --theme-heading-color: 255 255 255;
    --theme-fancy-link-color: 241 239 237;
    --theme-fancy-link-hocus-color: 255 255 255;
    --theme-button-bg-color: 241 239 237;
    --theme-button-text-color: 77 4 36;
    --theme-button-hocus-bg-color: 255 255 255;
    --theme-subsup-color: 241 239 237;
}

[data-tw-theme=yellow-200] {
    --theme-bg-color: 249 221 162;
    --theme-text-color: 3 0 1;
    --theme-heading-color: 3 0 1;
    --theme-fancy-link-color: 108 6 51;
    --theme-fancy-link-hocus-color: 137 56 92;
    --theme-button-bg-color: 108 6 51;
    --theme-button-text-color: 255 255 255;
    --theme-button-hocus-bg-color: 137 56 92;
    --theme-subsup-color: 53 51 52;
}

[data-tw-theme=neutral-50] {
    --theme-bg-color: 250 250 250;
    --theme-text-color: 3 0 1;
    --theme-heading-color: 3 0 1;
    --theme-fancy-link-color: 108 6 51;
    --theme-fancy-link-hocus-color: 137 56 92;
    --theme-button-bg-color: 108 6 51;
    --theme-button-text-color: 255 255 255;
    --theme-button-hocus-bg-color: 137 56 92;
    --theme-subsup-color: 53 51 52;
}

[data-tw-theme=neutral-400] {
    --theme-bg-color: 53 51 52;
    --theme-text-color: 255 255 255;
    --theme-heading-color: 255 255 255;
    --theme-fancy-link-color: 249 221 162;
    --theme-fancy-link-hocus-color: 251 232 192;
    --theme-button-bg-color: 241 239 237;
    --theme-button-text-color: 108 6 51;
    --theme-button-hocus-bg-color: 255 255 255;
    --theme-subsup-color: 241 239 237;
}

[data-tw-theme=ocean-500] {
    --theme-bg-color: 0 83 112;
    --theme-text-color: 255 255 255;
    --theme-heading-color: 255 255 255;
    --theme-fancy-link-color: 249 221 162;
    --theme-fancy-link-hocus-color: 251 232 192;
    --theme-button-bg-color: 241 239 237;
    --theme-button-text-color: 108 6 51;
    --theme-button-hocus-bg-color: 255 255 255;
    --theme-subsup-color: 241 239 237;
}

[data-tw-theme=green-700] {
    --theme-bg-color: 50 92 7;
    --theme-text-color: 255 255 255;
    --theme-heading-color: 255 255 255;
    --theme-fancy-link-color: 249 221 162;
    --theme-fancy-link-hocus-color: 251 232 192;
    --theme-button-bg-color: 241 239 237;
    --theme-button-text-color: 108 6 51;
    --theme-button-hocus-bg-color: 255 255 255;
    --theme-subsup-color: 241 239 237;
}

/* Light oyster variants: match default text + heading behavior */
[data-tw-theme=oyster-100] {
    --theme-bg-color: 245 244 243;
    --theme-text-color: 53 51 52;
    /* neutral body text */
    --theme-heading-color: 108 6 51;
    /* maroon headings */
    --theme-fancy-link-color: 108 6 51;
    --theme-fancy-link-hocus-color: 137 56 92;
    --theme-button-bg-color: 108 6 51;
    --theme-button-text-color: 255 255 255;
    --theme-button-hocus-bg-color: 137 56 92;
    --theme-subsup-color: 53 51 52;
}

[data-tw-theme=oyster-200] {
    --theme-bg-color: 241 239 237;
    --theme-text-color: 53 51 52;
    /* neutral body text */
    --theme-heading-color: 108 6 51;
    /* maroon headings */
    --theme-fancy-link-color: 108 6 51;
    --theme-fancy-link-hocus-color: 137 56 92;
    --theme-button-bg-color: 108 6 51;
    --theme-button-text-color: 255 255 255;
    --theme-button-hocus-bg-color: 137 56 92;
    --theme-subsup-color: 53 51 52;
}

[data-tw-theme=yellow-400] {
    --theme-bg-color: 244 195 93;
    --theme-text-color: 3 0 1;
    --theme-heading-color: 3 0 1;
    --theme-fancy-link-color: 108 6 51;
    --theme-fancy-link-hocus-color: 137 56 92;
    --theme-button-bg-color: 108 6 51;
    --theme-button-text-color: 255 255 255;
    --theme-button-hocus-bg-color: 137 56 92;
    --theme-subsup-color: 53 51 52;
}

/* SIU COLOR NAMES – use with rgb(var(--color-...)) */

:root {
    --color-maroon-500: 108 6 51;
    --color-maroon-700: 77 4 36;
    --color-yellow-200: 249 221 162;
    --color-yellow-400: 244 195 93;
    --color-neutral-50:250 250 250;
    --color-neutral-400: 53 51 52;
    --color-ocean-500: 0 83 112;
    --color-green-700: 50 92 7;
    --color-oyster-100: 245 244 243;
    --color-oyster-200: 241 239 237;

    --siu-max-width: 1280px;
}