/* Explain: App theme tokens for colors and fonts. - */
:root {
    --primary-color: #3B82F6;
    --primary-hover: #2563EB;
    --secondary-color: #1E293B;
    --accent-color: #10B981;
    --button-color: #10B981;
    --background-color: #0F172A;
    --surface-color: #1E293B;
    --footer-bg: #0B1120;
    --text-color: #F8FAFC;
    --text-muted: #94A3B8;
    --border-color: #334155;
    --glass-bg: rgba(30, 41, 59, 0.7);
    --glass-border: rgba(51, 65, 85, 0.5);
    --font-heading: 'Oswald', sans-serif;
    --font-body: 'Roboto', sans-serif;
}