/* =========================================================
   ALL DIGITAL — AV & TECHNOLOGY CONSULTING
   CURRENT PRODUCTION IDENTITY
   Updated to align with approved Word master template
   ========================================================= */

:root {
    --alldigital-navy: #1D3F5A;
    --alldigital-blue: #437B98;
    --alldigital-sky: #96CAD3;
    --alldigital-mist: #E8F2F1;
    --alldigital-slate: #2C3E50;
    --alldigital-warm-white: #FAFAF8;

    /*
       Document typography:
       Yu Gothic UI Light / Semibold

       Web fallback stack maintains a similar clean,
       contemporary humanist appearance on devices
       without Yu Gothic UI installed.
    */
    --alldigital-font:
        "Yu Gothic UI",
        "Segoe UI",
        "Helvetica Neue",
        Arial,
        sans-serif;

    --alldigital-font-light:
        "Yu Gothic UI Light",
        "Yu Gothic UI",
        "Segoe UI Light",
        "Helvetica Neue",
        Arial,
        sans-serif;

    --alldigital-font-semibold:
        "Yu Gothic UI Semibold",
        "Yu Gothic UI",
        "Segoe UI Semibold",
        "Helvetica Neue",
        Arial,
        sans-serif;
}

.alldigital-brand-kicker {
    text-transform: uppercase;
    letter-spacing: .20em;
}

.alldigital-method {
    text-transform: uppercase;
    letter-spacing: .25em;
    color: var(--alldigital-blue);
}