/* base.css - Variables, reset, typography */

:root {
    /* UI Overlay Variables */
    --ui-accent: rgba(255, 255, 255, 0.97);
    --ui-depth: 999999;
    --ui-blur: 8px;
    --content-fade: linear-gradient(to bottom, transparent 0%, rgba(255,255,255,0.85) 15%, var(--ui-accent) 40%);
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

/* Typography helpers */
a.classic-link {
    color: #1d4ed8;
    text-decoration: none;
}

a.classic-link:hover {
    text-decoration: underline;
    color: #1e40af;
}
