/*public_html/wp-content/themes/gaelan/assets/fonts*/

@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN/DINMediumAlternate.eot');
    src: url('../fonts/DIN/DINMediumAlternate.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DIN/DINMediumAlternate.woff2') format('woff2'),
        url('../fonts/DIN/DINMediumAlternate.woff') format('woff'),
        url('../fonts/DIN/DINMediumAlternate.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN/DINLightAlternate.eot');
    src: url('../fonts/DIN/DINLightAlternate.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DIN/DINLightAlternate.woff2') format('woff2'),
        url('../fonts/DIN/DINLightAlternate.woff') format('woff'),
        url('../fonts/DIN/DINLightAlternate.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN/DINRegularAlternate.eot');
    src: url('../fonts/DIN/DINRegularAlternate.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DIN/DINRegularAlternate.woff2') format('woff2'),
        url('../fonts/DIN/DINRegularAlternate.woff') format('woff'),
        url('../fonts/DIN/DINRegularAlternate.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font-din{
    font-family: 'DIN' !important;
}
.font-din-light{
    font-family: 'DIN' !important;
    font-weight: 300;
    line-height: 1.3em;
}
.font-din-regular{
    font-family: 'DIN' !important;
    font-weight: normal;
    line-height: 1.3em;
}
.font-din-medium{
    font-family: 'DIN' !important;
    font-weight: 500;
    line-height: 1.3em;
}