@font-face {
    font-family: Bodoni;
    src: url(../fonts/Bodoni/BodoniModa-VariableFont_opsz,wght.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: Hatton;
    src: url(../fonts/Hatton/Hatton-Light.woff2) format('woff2');
    font-display: swap;
}


:root {
    --primary-font: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    --secondary-font: "Hatton";
    --current-tab-accent: #ffffff;
    --header-bg: white;
    --main-accent: #40506b;
    --footer-bg: #edf6ff;
    --header-height: 80px;
    --header-content-sidepadding: 50px;
    --main-content-background: #f5f7f9;
}