@font-face {
    font-family: 'AdelleSans';
    src: url('/fonts/adelle-sans-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad';
    src: url('/fonts/MyriadVariableConcept-Roman.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SourceCode';
    src: url('/fonts/SourceCodeVariable-Roman.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

:root {
    --primary-font: 'AdelleSans', sans-serif;
}

body {
    font-family: 'AdelleSans', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Myriad', sans-serif !important;
}

code, pre {
    font-family: 'SourceCode', monospace !important;
}