﻿@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    src: url(outfit_variable.ttf) format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url(inter_variable.ttf) format('truetype');
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Outfit", sans-serif !important;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Outfit", sans-serif !important;
}
body {
font-family: "Inter", sans-serif;
}