/* Design tokens — hand-maintained (no build step). Change values here, not scattered
   through bootstrap.css/app.css. Mirrors the token system used on the admin side. */

:root {
    --fp-radius: .75rem;
    --fp-radius-lg: 1.25rem;
    --fp-radius-pill: 999px;

    --fp-shadow-sm: 0 .25rem .75rem rgba(20, 15, 15, .06);
    --fp-shadow: 0 .75rem 2rem rgba(20, 15, 15, .1);
    --fp-shadow-lg: 0 1.5rem 3rem rgba(20, 15, 15, .14);

    --fp-surface: #ffffff;
    --fp-background: #fbf7f5;
    --fp-border: #eee2df;
    --fp-text: #241c1c;
    --fp-muted: #7d7170;

    --fp-navbar-height: 4.5rem;
}
