@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_24pt-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.our-h2 {
    font-size: 48px;
    font-weight: 400;
    font-size: 24px;
}


@media(min-width:1000px) {
    .our-h2 {
        font-size: 48px;
    }
}