@font-face {
    font-family: 'Ulm Grotesk';
    font-style: normal;
    font-weight: 400;
    src: local('Ulm Grotesk'), url('/fonts/UlmGrotesk/Regular.ttf');
}
@font-face {
    font-family: 'Ulm Grotesk';
    font-style: normal;
    font-weight: 700;
    src: local('Ulm Grotesk'), url('/fonts/UlmGrotesk/Bold.ttf')
}
@font-face {
    font-family: 'Ulm Grotesk';
    font-style: normal;
    font-weight: 800;
    src: local('Ulm Grotesk'), url('/fonts/UlmGrotesk/Extra Bold.ttf')
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins'), url('/fonts/Poppins/Poppins-Italic.ttf')
}

