/* C.Moni — Sunny Citrus theme tokens (light/dark) */

:root {
    --c-bg: #FFFDF5;
    --c-card: #FFFFFF;
    --c-input: #FBF4DC;
    --c-text: #2A2410;
    --c-muted: #9E9670;
    --c-border: #F3EAC5;
    --c-navbg: #FFFFFF;
}

:root.dark {
    --c-bg: #221D0E;
    --c-card: #2C2612;
    --c-input: #3A331A;
    --c-text: #FBF6E3;
    --c-muted: #BFB489;
    --c-border: #4A4222;
    --c-navbg: #2C2612;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    background: var(--c-bg);
    color: var(--c-text);
}

.font-display {
    font-family: 'Fredoka', sans-serif;
    font-weight: 600;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}
