@font-face {
    font-family: 'Kristen ITC';
    font-style: normal;
    font-weight: 400;
    src: local('Kristen ITC'), url('ITCKRIST.woff') format('woff');
    font-display: swap;
}

body {
    background-image: url('../images/bg.webp');
}

footer {
    font-size: var(--scale-2);
}

h1 {
    font-family: 'Kristen ITC';
    font-weight: normal;
}
