@font-face {
    font-family: 'Familjen Grotesk';
    src: url('/forms/resources/fonts/anii/FamiljenGrotesk-Regular.ttf') format('truetype');
        font-weight: 400;
}

@font-face {
    font-family: 'Familjen Grotesk';
    src: url('/forms/resources/fonts/anii/FamiljenGrotesk-Medium.ttf') format('truetype');
        font-weight: 500;
}

@font-face {
    font-family: 'Familjen Grotesk';
    src: url('/forms/resources/fonts/anii/FamiljenGrotesk-SemiBold.ttf') format('truetype');
        font-weight: 600;
}

@font-face {
    font-family: 'Familjen Grotesk';
    src: url('/forms/resources/fonts/anii/FamiljenGrotesk-Bold.ttf') format('truetype');
        font-weight: 700;
}

