/* ─── Tokens ──────────────────────────────── */
:root {
    --navy:   #173b64;
    --yellow: #f7d870;
    --light:  #e8f1f9;
    --mid:    #f4f7fb;
    --text:   #3a4a60;
    --radius: 10px;
}

/* ─── Base ────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
body { font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
