/*
 Theme Name:     sec73
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi sec73 Child-Theme
 Author:         Marco Moenig
 Author URI:     https://sec73.io
 Template:       Divi
 Version:        1.1.0
*/

/*Fonts */
@font-face {
    font-family: 'Science Gothic';
    src: url('fonts/sciencegothic-variablefont_ctrsslntwdthwght-webfont.woff') format('woff');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Mono';
    src: url('fonts/spacemono-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Mono';
    src: url('fonts/spacemono-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Mono';
    src: url('fonts/spacemono-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Space Mono';
    src: url('fonts/spacemono-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
/* Typografie */

body {
    font-family: 'Science Gothic', sans-serif !important;
}

h1, h2, h3, h4 {
    font-family: 'Science Gothic', sans-serif !important;
}

p {
    font-family:'arial' !important;
}

h5, h6 {
    font-family: 'Space Mono', monospace !important;
}
