/* Explain: Theme tokens for the Netcom Yazarkasa brand identity. */
:root {
    --primary-color: #18181B;
    --primary-hover: #3F3F46;
    --secondary-color: #F4F4F5;
    --accent-color: #52525B;
    --logo-subtitle-color: #52525B;
    --button-color: #E4E4E7;
    --background-color: #FAFAFA;
    --surface-color: #F4F4F5;
    --footer-bg: #E4E4E7;
    --text-color: #18181B;
    --text-muted: #71717A;
    --border-color: rgba(24, 24, 27, 0.12);
    --glass-bg: rgba(250, 250, 250, 0.72);
    --glass-border: rgba(24, 24, 27, 0.15);
    --nav-bg: rgba(250, 250, 250, 0.78);
    --field-bg: rgba(255, 255, 255, 0.8);
    --accent-soft: rgba(24, 24, 27, 0.08);
    --accent-dark: #18181B;
    --accent-muted: rgba(39, 39, 42, 0.08);
    --shadow-soft: 0 22px 70px rgba(0, 0, 0, 0.06);
    --shadow-button: 0 16px 36px rgba(0, 0, 0, 0.08);
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}