/* Explain: Theme tokens and typography for the aviation industry style. - */
:root {
    --primary-color: #020617;
    --primary-hover: #0f172a;
    --secondary-color: #94a3b8;
    --accent-color: #38bdf8;
    --champagne-gold: #38bdf8; /* Re-purposed as Aero Blue for styling */
    --muted-rose: #64748b; /* Re-purposed as Slate Gray */
    --ink-black: #020617;
    --warm-ivory: #f8fafc;
    --soft-graphite: #0f172a;
    --background-color: #020617;
    --surface-color: #0b1120;
    --surface-elevated: #1e293b;
    --text-color: #f8fafc;
    --text-muted: #94a3b8;
    --border-color: rgba(248, 250, 252, 0.15);
    --shadow-editorial: 0 30px 90px rgba(0, 0, 0, 0.5);
    --font-heading: 'Inter', sans-serif;
    --font-body: 'Inter', sans-serif;
    --radius-soft: 28px;
    --radius-sharp: 2px;
}