@font-face {
    font-family: Itim;
    src: url('/assets/fonts/Itim-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Outfit;
    src: url('/assets/fonts/Outfit-VariableFont_wght.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
}

h1{
    font-family: Itim, sans-serif;
}
p{
    font-family: Outfit, sans-serif;
}

body{
    background: url(/assets/images/bg.webp) repeat-y;
    background-size: 100%;
}