:root {
    /* 
   * Dubai S1 - Light Mode
   * Clean, modern palette with vibrant accents
   */
    --color-ink: 3 60 137;
    /* #033c89 - Deep blue text */
    --color-page: 250 250 249;
    /* #fafaf9 - Clean off-white */
    --color-surface: 255 255 255;
    /* #FFFFFF - Pure white cards */
    --color-line: 212 212 212;
    /* #d4d4d4 - Soft gray borders */
    --color-accent: 242 145 17;
    /* #f29111 - Vibrant orange */

    /* Increase base font size for better readability */
    font-size: 18px;
}

.dark {
    /* 
   * Dubai S1 - Dark Mode
   * Rich, sophisticated dark with vibrant highlights
   */
    --color-ink: 252 237 200;
    /* #fcedc8 - Warm sand text */
    --color-page: 15 25 35;
    /* #0f1923 - Deep navy */
    --color-surface: 30 45 60;
    /* #1e2d3c - Elevated blue-gray */
    --color-line: 19 182 207;
    /* #13b6cf - Cyan accent lines */
    --color-accent: 19 182 207;
    /* #13b6cf - Cyan accent */

    /* Increase base font size for better readability */
    font-size: 18px;
}
:root {
    --font-display: Space Grotesk, sans-serif;
    --font-body: Outfit, sans-serif;
    --font-mono: JetBrains Mono, monospace;
}
