/* Explain: Tech-focused brand tokens matching the Byte Recruitment blue gradient logo */
:root {
    --primary-color: #0d6efd;
    --primary-hover: #0b5ed7;
    --secondary-color: #eff3f8;
    --accent-color: #0d6efd;
    --logo-subtitle-color: #6c757d;
    --button-color: #0d6efd;
    --button-text: #ffffff;
    --background-color: #ffffff;
    --surface-color: #f8f9fa;
    --footer-bg: #f8f9fa;
    --text-color: #212529;
    --text-muted: #6c757d;
    --border-color: rgba(33, 37, 41, 0.1);
    --glass-bg: rgba(255, 255, 255, 0.95);
    --glass-border: rgba(13, 110, 253, 0.15);
    --nav-bg: rgba(255, 255, 255, 0.98);
    --field-bg: #ffffff;
    --sage-soft: rgba(13, 110, 253, 0.1);
    --sage-dark: #084298;
    --terracotta-soft: rgba(13, 202, 240, 0.15);
    --shadow-soft: 0 15px 35px rgba(13, 110, 253, 0.08);
    --shadow-button: 0 8px 18px rgba(13, 110, 253, 0.3);
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Montserrat', sans-serif;
}
