/* CSS Variables*/

:root {
    /* Colors */
    --accent: #485E68;
    --accent-dark: #1C323A;
    --bg-dark: #1C323A;
    --bg-light: #F9FBFB;
    --text-dark: #000000;
    --text-light: #FFFFFF;
    --text-muted: #000000;

    --hero-bg: #C9D3D8;
    --cta-bg: #485E68;

    /* Typography */
    --font-primary: 'Outfit', sans-serif;
    --font-secondary: 'Forum', serif;
}