/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*Bergmann light*/
@font-face {
    font-family: 'Bergmann';
    src: local('Bergmann'), 
         url('https://139602786.fs1.hubspotusercontent-eu1.net/hubfs/139602786/fonts/F37Bergman-Light.woff') format('woff');
         url('https://139602786.fs1.hubspotusercontent-eu1.net/hubfs/139602786/fonts/F37Bergman-Light.woff2') format('woff2'),    
    font-weight: 200;
    font-style: light;
    font-display: swap;
}
/*Pano Bold*/
@font-face {
    font-family: 'Pano';
    src: local('Pano'), 
         url('https://139602786.fs1.hubspotusercontent-eu1.net/hubfs/139602786/fonts/HW%20Pano%20Bold.woff') format('woff');
         url('https://139602786.fs1.hubspotusercontent-eu1.net/hubfs/139602786/fonts/HW%20Pano%20Bold.woff2') format('woff2'),    
    font-weight: 400;
    font-style: bold;
    font-display: swap;
}
/*Heimat Semi Bold*/
@font-face {
    font-family: 'Heimat';
    src: local('Heimat'), 
         url('https://139602786.fs1.hubspotusercontent-eu1.net/hubfs/139602786/fonts/HeimatMonoWeb-SemiBold.woff') format('woff');   
    font-weight: 400;
    font-style: bold;
    font-display: swap;
}
/*Heimat Light*/
@font-face {
    font-family: 'Heimat';
    src: local('Heimat'), 
         url('https://139602786.fs1.hubspotusercontent-eu1.net/hubfs/139602786/fonts/HeimatMonoWeb-Light.woff') format('woff');   
    font-weight: 200;
    font-style: light;
    font-display: swap;
}

:root {
    --ff-accent: Pano, sans-serif !important;
}

.footer {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

.pwr-sec-guide {
    margin: 0 10%;
}