﻿@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    src: url(manrope_variable.ttf) format('truetype');
}

@font-face {
    font-family: 'SpaceGrotesk';
    font-style: normal;
    font-weight: 400;
    src: url(spacegrotesk_variable.ttf) format('truetype');
}

body {
    font-family: "Manrope", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "SpaceGrotesk", sans-serif;
}