/* Explain: Theme tokens for the ocean blue studio identity. */
:root {
    --primary-color: #f1f5f9;
    --primary-hover: #0ea5e9;
    --secondary-color: #1e293b;
    --accent-color: #38bdf8;
    --logo-subtitle-color: #94a3b8;
    --button-color: #38bdf8;
    --button-text: #0f172a;
    --background-color: #040b16;
    --surface-color: #0d1b2a;
    --footer-bg: #02060d;
    --text-color: #f8fafc;
    --text-muted: #94a3b8;
    --border-color: rgba(255, 255, 255, 0.1);
    --glass-bg: rgba(13, 27, 42, 0.72);
    --glass-border: rgba(255, 255, 255, 0.12);
    --nav-bg: rgba(4, 11, 22, 0.85);
    --field-bg: rgba(255, 255, 255, 0.05);
    --sage-soft: rgba(56, 189, 248, 0.1);
    --sage-dark: #7dd3fc;
    --terracotta-soft: rgba(56, 189, 248, 0.1);
    --shadow-soft: 0 22px 70px rgba(0, 0, 0, 0.5);
    --shadow-button: 0 16px 36px rgba(56, 189, 248, 0.15);
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Montserrat', sans-serif;
}