@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('assets/fonts/AktivGrotesk-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('assets/fonts/AktivGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('assets/fonts/AktivGrotesk-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('assets/fonts/AktivGrotesk-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('assets/fonts/AktivGrotesk-XBoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}



body, p {
    font-family: 'Aktiv Grotesk', sans-serif !important;
    font-weight: 300;
    
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Aktiv Grotesk', sans-serif !important;
    /* font-weight: 600; */
    /* font-style: italic; */
    margin: 0px;

}