/**
* Theme Name: blackdsn Child
* Description: This is a child theme of blackdsn
* Author: Design Grid
* Author URI: https://themeforest.net/user/design_grid
* Template: blackdsn
* Version: 1.0.0
*/

/* Fonts */
@font-face {
    font-family: 'GT Sectra Display';
    src: url('./fonts/GTSectraDisplay-Light.eot');
    src: url('./fonts/GTSectraDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/GTSectraDisplay-Light.woff2') format('woff2'),
        url('./fonts/GTSectraDisplay-Light.woff') format('woff'),
        url('./fonts/GTSectraDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FONTSPRING DEMO - DIN 2014';
    src: url('./fonts/FONTSPRINGDEMO-DIN2014LightRegular.eot');
    src: url('./fonts/FONTSPRINGDEMO-DIN2014LightRegular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/FONTSPRINGDEMO-DIN2014LightRegular.woff2') format('woff2'),
        url('./fonts/FONTSPRINGDEMO-DIN2014LightRegular.woff') format('woff'),
        url('./fonts/FONTSPRINGDEMO-DIN2014LightRegular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* h1, h2, h3, h4, h5, h6 {
    font-family: 'GT Sectra Display' !important;
}
h1 {
    font-style: italic;
}
body, p, a{
    font-family: 'FONTSPRING DEMO - DIN 2014' !important;
} */
.main-header{
    position: fixed;
    width: 100%;
}
.footer-form .elementor-form-fields-wrapper + .elementor-message {
    text-align: center;
}