@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'DIN Regular';
    font-style: normal;
    font-weight: 400;
    src: url(""); /* IE9 Compat Modes */
    src: url("") format('embedded-opentype'), /* IE6-IE8 */
        url("DIN%20Regular.woff2") format('woff2'), /* Super Modern Browsers */
        url("DIN%20Regular.woff") format('woff'), /* Modern Browsers */
        url("DIN%20Regular.ttf") format('truetype'), /* Safari, Android, iOS */
        url("") format('svg'); /* Legacy iOS */
}

.d-regular{
    font-family: 'DIN Regular';
}

@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'DIN Medium';
    font-style: normal;
    font-weight: 500;
    src: url(""); /* IE9 Compat Modes */
    src: url("") format('embedded-opentype'), /* IE6-IE8 */
        url("DIN%20Medium.woff2") format('woff2'), /* Super Modern Browsers */
        url("DIN%20Medium.woff") format('woff'), /* Modern Browsers */
        url("DIN%20Medium.ttf") format('truetype'), /* Safari, Android, iOS */
        url("") format('svg'); /* Legacy iOS */
}

.d-medium{
    font-family: 'DIN Medium';
}

@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'DIN Bold';
    font-style: normal;
    font-weight: 700;
    src: url(""); /* IE9 Compat Modes */
    src: url("") format('embedded-opentype'), /* IE6-IE8 */
        url("DIN%20Bold.woff2") format('woff2'), /* Super Modern Browsers */
        url("DIN%20Bold.woff") format('woff'), /* Modern Browsers */
        url("DIN%20Bold.ttf") format('truetype'), /* Safari, Android, iOS */
        url("") format('svg'); /* Legacy iOS */
}

.d-bold{
    font-family: 'DIN Bold';
}

/*20px*/
p, a, span, li{
    font-size: 1.25rem;
    line-height: 2.125rem;
    font-family: 'DIN Regular';
    letter-spacing: 1px;
}

/*48px*/
h1, h2{
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 3px;
}

/*32px*/
h3{
    font-size: 2rem;
    line-height: 2.625rem;
    letter-spacing: 2px;
}

/*28px*/
h4{
    font-size: 1.75rem;
    line-height: 2.375rem;
}

/*24px*/
h5{
    font-size: 1.5rem;
    line-height: 2.125rem;
}

@media (max-width: 1440px) {



}

@media (max-width: 1200px) {



}

@media (max-width: 992px) {



}

@media (max-width: 768px) {



}

@media (max-width: 576px) {

    p, a{
        font-size: 1rem;
        line-height: 1.625rem;
    }

    h2{
        font-size: 1.75rem;
        line-height: 2.375rem;
    }

}
