@font-face {
    font-family: 'inter';
    src: url(../fonts/Inter-VariableFont_opsz\,wght.ttf);
}

@font-face {
    font-family: 'work sans';
    src: url(../fonts/WorkSans-VariableFont_wght.ttf);
}

body {
    font-family: 'work sans';
    font-weight: 400;
}
h1,h2,h3,h4{
    font-family: "inter";
}

.text-inter{
    font-family: "inter";
}
