@font-face {
    font-family: 'Display';
    src: url('qtzo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'body';
    src: url('montserrat-500.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.body-text{
    font-family: 'body';
}

.body-title{
    font-family: 'Display';
}
