/*
Custom styles
*/

/* Define custom font names and paths for Sapulowitsch 2025 */
@font-face {
    font-family: 'Freestyle-script-regular';
    src: url("fonts/Freestyle-script-w01-regular.woff2?v=4.7.0") format("woff2"), url("fonts/Freestyle-script-w01-regular.woff?v=4.7.0") format("woff");
}

@font-face {
    font-family: 'Futura-light';
    src: url("fonts/Futura-w01-light.woff2?v=4.7.0") format("woff2"), url("fonts/Futura-w01-light.woff?v=4.7.0") format("woff"), url("fonts/Futura-w01-light.ttf?v=4.7.0") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura-regular';
    src: url("fonts/futura-book-webfont.woff2?v=4.7.0") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura-bold';
    src: url("fonts/Futura-wo1-bold.woff2?v=4.7.0") format("woff2"), url("fonts/Futura-wo1-bold.woff?v=4.7.0") format("woff");
}

@font-face {
    font-family: 'ITC-eras-ultra';
    src: url("fonts/ITC-eras-w05-ultra.woff2?v=4.7.0") format("woff2"), url("fonts/ITC-eras-w05-ultra.woff?v=4.7.0") format("woff")
}

body {
    font-family: 'Futura-regular', sans-serif!important;
}