/*
 * Ministry of Interior, State of Qatar — colour tokens.
 * Sampled from the official logo: maroon #8A1538 (emblem, the national
 * colour), sand #B5AC96 (award badge), steel #3B667E (award wordmark).
 */
:root {
    --c-ink: #1F1A1C;          /* headings: the logo's black, warmed slightly */
    --c-ink-soft: #3A3336;     /* body text */
    --c-muted: #665D60;        /* secondary text */
    --c-primary: #8A1538;      /* links, primary buttons, focus: Qatar maroon */
    --c-primary-strong: #6B0F2B;
    --c-primary-tint: #F7EBEF;
    --c-seal: #8A1538;         /* category icons */
    --c-seal-tint: #F7EBEF;
    --c-accent: #B5AC96;       /* card crest line, security print */
    --c-surface: #F5F4F2;      /* page background */
    --c-paper: #FFFFFF;
    --c-line: #E0DCD6;

    /* Dark surfaces */
    --c-bar: #5A0C24;          /* utility bar */
    --c-hero: #6B0F2B;         /* hero: the Qatari passport cover */
    --c-hero-print: #B5AC96;   /* security print on the hero */
    --c-hero-print-opacity: .38;
    --c-card-head: #8A1538;    /* identity card header band */
    --c-card-print: #8A1538;   /* security print on the identity card */
    --c-footer: #3E0819;

    --c-success: #1E7B4F;
    --c-success-tint: #E4F4EB;
    --c-warning: #8A5100;
    --c-warning-tint: #FDF1DC;
    --c-danger: #B42318;
    --c-danger-tint: #FDECEA;
    --c-info: #3B667E;
    --c-info-tint: #E7EFF3;

    --c-on-dark: #FFFFFF;
    --c-on-dark-muted: #E6D6DB;
}
