/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
@font-face {
    font-family: 'DIN-Regular';
    src: url('./font/bk/DIN-Regular.eot');
    src: url('./font/bk/DIN-Regular.eot?#iefix') format('embedded-opentype'),
        url('./font/bk/DIN-Regular.woff2') format('woff2'),
        url('./font/bk/DIN-Regular.woff') format('woff'),
        url('./font/bk/DIN-Regular.ttf') format('truetype'),
        url('./font/bk/DIN-Regular.svg#DIN-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'MrEavesXLModOT-Thin';
    src: url('./font/MrEavesXLModOT-Thin.woff2') format('woff2'),
        url('./font/MrEavesXLModOT-Thin.woff') format('woff'),
        url('./font/MrEavesXLModOT-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MrEavesXLModNarOT-Bold';
    src: url('./font/MrEavesXLModNarOT-Bold.woff2') format('woff2'),
        url('./font/MrEavesXLModNarOT-Bold.woff') format('woff'),
        url('./font/MrEavesXLModNarOT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
	letter-spacing:1px;
    font-display: swap;
}


html body {
	font-family: 'DIN';
	color: #1b1b1b;
	line-height: 1.3;
}
body h1, body h2, body h3, body h4, body h5 {
	font-family: 'MrEavesXLModOT-Reg';
	line-height: 1.4;
}
body a[href^="mailto:"] {
    font-family: 'Open Sans' !important;
}