/* CSS for SCS Coming Soon Page */
/* Most styles are embedded in index.html for simplicity in a one-page setup, 
   but we'll keep this for any additional custom styling */

:root {
    --primary-cobalt: #2E5BFF;
    --secondary-orange: #FF6B00;
    --neutral-slate: #2B2D42;
    --frosted-eps: #F8F9FA;
    --accent-teal: #4CC9F0;
}

body {
    background-color: var(--neutral-slate);
    color: var(--frosted-eps);
}