@font-face {
    font-family: 'Untitled Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/untitled-sans-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Untitled Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/untitled-sans-bold.woff2') format('woff2');
}

body, html {
    font-family: 'Untitled Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
}

strong, b {
    font-weight: 700;
}