@font-face {
    font-family: 'GT Ultra';
    src: url('../fonts/GTUltraMedian-Bold.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('../fonts/AktivGrotesk-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'GT Ultra', sans-serif !important;
    font-weight: 400;
}

body, html {
    font-family: 'Aktiv Grotesk', Arial, sans-serif !important;
}

