/*
Theme Name: Sonnen Battery 
Version: 0.1.1
*/

@import "css/style.css"; 

@font-face {
    font-family: 'SonnenText';
    src: url('fonts/SonnenText-Regular.eot');
    src: url('fonts/SonnenText-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/SonnenText-Regular.woff2') format('woff2'),
        url('fonts/SonnenText-Regular.woff') format('woff'),
        url('fonts/SonnenText-Regular.ttf') format('truetype'),
        url('fonts/SonnenText-Regular.svg#SonnenText-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SonnenText';
    src: url('fonts/SonnenText-Light.eot');
    src: url('fonts/SonnenText-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/SonnenText-Light.woff2') format('woff2'),
        url('fonts/SonnenText-Light.woff') format('woff'),
        url('fonts/SonnenText-Light.ttf') format('truetype'),
        url('fonts/SonnenText-Light.svg#SonnenText-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SonnenText';
    src: url('fonts/SonnenText-Bold.eot');
    src: url('fonts/SonnenText-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SonnenText-Bold.woff2') format('woff2'),
        url('fonts/SonnenText-Bold.woff') format('woff'),
        url('fonts/SonnenText-Bold.ttf') format('truetype'),
        url('fonts/SonnenText-Bold.svg#SonnenText-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

 