@font-face {
    font-family: 'Inter';
    src: url("/fonts/inter/Inter-Regular.otf");
    font-style: normal;
    font-weight: 400;
    font-display: block;
}
@font-face {
    font-family: 'Inter';
    src: url("/fonts/inter/Inter-Medium.ttf");
    font-style: normal;
    font-weight: 500;
    font-display: block;
}

@font-face {
    font-family: 'Inter';
    src: url("/fonts/inter/Inter-Bold.otf");
    font-style: normal;
    font-weight: 600;
    font-display: block;
}

@font-face {
    font-family: 'Inter';
    src: url("/fonts/inter/Inter-Bold.otf");
    font-style: normal;
    font-weight: bold;
    font-display: block;
}

@font-face {
    font-family: 'Inter';
    src: url("/fonts/inter/Inter-Italic.otf");
    font-style: italic;
    font-weight: normal;
    font-display: block;
}

@font-face {
    font-family: 'Inter';
    src: url("/fonts/inter/Inter-Regular.otf");
    font-style: normal;
    font-weight: normal;
    font-display: block;
}


@font-face {
    font-family: 'HSE Sans';
    src: url('/fonts/hsesans/HSESans-Bold.otf');
    font-style: normal;
    font-weight: bold;
    font-display: block;
}

@font-face {
    font-family: 'HSE Sans';
    src: url('/fonts/hsesans/HSESans-Italic.otf');
    font-style: italic;
    font-weight: normal;
    font-display: block;
}

@font-face {
    font-family: 'HSE Sans';
    src: url('/fonts/hsesans/HSESans-SemiBold.otf') format('opentype');
    font-style: normal;
    font-weight: 600;
    font-display: block;
}

@font-face {
    font-family: 'HSE Sans';
    src: url('/fonts/hsesans/HSESans-Bold.otf') format('opentype');
    font-style: normal;
    font-weight: 700;
    font-display: block;
}

@font-face {
    font-family: 'HSE Sans';
    src: url('/fonts/hsesans/HSESans-Regular.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
    font-display: block;
}

@font-face {
    font-family: 'HSE Sans';
    src: url('/fonts/hsesans/HSESans-Thin.otf');
    font-style: normal;
    font-weight: 300;
    font-display: block;
}

@font-face {
    font-family: 'bodoni';
    src: url("/fonts/bodoni/bodoni.ttf");
    font-style: normal;
    font-weight: normal;
    font-display: block;
}

@font-face {
    font-display: block;
    font-family: 'Roboto';
    src: url("/fonts/roboto/Roboto.ttf");
    font-style: normal;
}

@font-face { 
    font-display: block;
    font-family: 'Roboto';
    src: url("/fonts/roboto/Roboto-Light.woff2") format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-display: block;
    font-family: 'Roboto';
    src: url("/fonts/roboto/Roboto.ttf");
    font-weight: 600;
    font-style: normal;
}