/* CSS Fonts*/

@font-face {
    font-family: 'D-DIN';
    font-style: normal;
    src: url(D-DIN.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN';
    font-style: normal;
    font-weight: bold;
    src: url(D-DIN-Bold.woff2) format('woff2');
    font-display: swap;
}

main{
    font-family: 'D-DIN',Arial,Verdana,sans-serif;
    line-height: 1;
}

h1{
    font-size: 72px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 88px;
    color: #FFFFFF;
    padding: 5px 0px;
    margin-bottom: 8px;
}

h2{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 49px;
    color: #FFFFFF;
    padding: 5px 0px;
    margin-bottom: 8px;
}

h3{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 34px;
    color: #FFFFFF;
    padding: 5px 0px;
    margin-bottom: 8px;
}

h4{
    font-size: 25px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 5px 0px;
    margin-bottom: 8px;
}
