/* Explain: Theme tokens for the SmashFix racket repair identity. - */
:root {
    --primary-color: #0068B3;
    --primary-hover: #004F8A;
    --secondary-color: #E2E8F0;
    --accent-color: #00A54F;
    --logo-subtitle-color: #00A54F;
    --button-color: #0068B3;
    --background-color: #F8FAFC;
    --surface-color: #FFFFFF;
    --footer-bg: #F1F5F9;
    --text-color: #0F172A;
    --text-muted: #334155;
    --border-color: rgba(15, 23, 42, 0.12);
    --glass-bg: rgba(255, 255, 255, 0.72);
    --glass-border: rgba(0, 104, 179, 0.2);
    --nav-bg: rgba(255, 255, 255, 0.78);
    --field-bg: rgba(255, 255, 255, 0.8);
    --sage-soft: rgba(0, 165, 79, 0.15);
    --sage-dark: #00A54F;
    --terracotta-soft: rgba(0, 104, 179, 0.15);
    --shadow-soft: 0 22px 70px rgba(15, 23, 42, 0.08);
    --shadow-button: 0 16px 36px rgba(0, 104, 179, 0.25);
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Inter', sans-serif;
    --font-logo: 'Montserrat', sans-serif;
}