

/* Inter Font - Variable Font */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Mulish Font - Variable Font */
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-VariableFont_wght.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-primary: #;
    --color-accent: #DE430A;
    --font-title: 'Inter', sans-serif;
    --font-body: 'Mulish', sans-serif;
}

body {
    font-family: 'Mulish', sans-serif;
}

/* Headings use Mulish */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
}

