/* HERTHA REGULAR */
@font-face {
    font-family: 'Hertha';
    font-style: normal;
    font-weight: normal;
    src: url('./../fonts/Hertha-Regular.woff2') format('woff2'),
    url('./../fonts/Hertha-Regular.woff') format('woff');
    font-display: swap; // see https://web.dev/font-display/
}

/* HERTHA BOLD */
@font-face {
    font-family: 'Hertha';
    font-style: normal;
    font-weight: 600;
    src: url('./../fonts/Hertha-Bold.woff2') format('woff2'),
    url('./../fonts/Hertha-Bold.woff') format('woff');
    font-display: swap; // see https://web.dev/font-display/

}

/* HERTHA ITALIC */
@font-face {
    font-family: 'Hertha';
    font-style: italic;
    font-weight: normal;
    src: url('./../fonts/Hertha-Italic.woff2') format('woff2'),
    url('./../fonts/Hertha-Italic.woff') format('woff');
    font-display: swap; // see https://web.dev/font-display/
}

/* HERTHA BOLD ITALIC */
@font-face {
    font-family: 'Hertha';
    font-style: italic;
    font-weight: 600;
    src: url('./../fonts/Hertha-BoldItalic.woff2') format('woff2'),
    url('./../fonts/Hertha-BoldItalic.woff') format('woff');
    font-display: swap; // see https://web.dev/font-display/

}

/* HERTHA BLACK */
@font-face {
    font-family: 'Hertha-Black';
    font-style: normal;
    font-weight: normal;
    src: url('./../fonts/Hertha-Black.woff2') format('woff2'),
    url('./../fonts/Hertha-Black.woff') format('woff');
    font-display: swap; // see https://web.dev/font-display/

}

/* HERTHA HAHOHE BLACK */
@font-face {
    font-family: 'Hertha-HaHoHe-Black';
    font-style: normal;
    font-weight: normal;
    src: url('./../fonts/HerthaHaHoHe-Black.woff2') format('woff2'),
    url('./../fonts/HerthaHaHoHe-Black.woff') format('woff');
    font-display: swap; // see https://web.dev/font-display/
}

/* HERTHA HAHOHE BLACK ITALIC */
@font-face {
    font-family: 'Hertha-HaHoHe-Black';
    font-style: italic;
    font-weight: normal;
    src: url('./../fonts/HerthaHaHoHe-BlackItalic.woff2') format('woff2'),
    url('./../fonts/HerthaHaHoHe-BlackItalic.woff') format('woff');
    font-display: swap; // see https://web.dev/font-display/
}
