@font-face {
    font-family: 'Outfit';
    font-weight: 400;  /* Regular */
    src: url('outfit.ttf') format('truetype');
}

body{
    font-family: Outfit;
}


h2 {
    font-size: 25px;
    margin-top: 10px;
}