/* ABCFavorit */

@font-face {
    font-family: 'ABCFavorit';
    src: url('/fonts/ABCFavorit-Regular.woff2') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'ABCFavorit';
    src: url('/fonts/ABCFavorit-Light.woff2') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'ABCFavorit Book';
    src: url('/fonts/ABCFavorit-Book.woff2') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: auto;
}

/* Gotham */

@font-face {
    font-family: 'Gotham Rounded';
    src: url('./GothamRounded-Book.otf');
    font-weight: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('./GothamRounded-Medium.otf');
    font-weight: bold;
    font-display: auto;
}

/* Roboto */

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: auto;
}
/* @font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: auto;
} */