@font-face {
    font-family: 'Outfit';
    src: url("../fonts/Outfit-Regular.ttf");
}

* {
    font-family: Outfit;
}