

@font-face {
    font-family: 'United Italic Cond Black';
    src: url('/_fonts/United-Italic-Cond-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Crete Round';
    src: url('/_fonts/CreteRound-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    font-family: 'Crete Round', serif;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
