@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto-Regular.ttf') format('truetype'),
    url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Bold.woff2') format('woff2'),
    url('../fonts/Roboto-Bold.woff') format('woff'),
    url('../fonts/Roboto-Bold.ttf') format('truetype'),
    url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* ================================
    Typrography
================================ */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}

h1 {font-size: 55px;}
h2 {font-size: 40px;}
h3 {font-size: 24px;}
h4 {font-size: 24px;}
h5 {font-size: 22px;}
h6 {font-size: 20px;}

p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 30px 0;
    font-family: "Roboto", sans-serif;
}

p:last-child {
    margin-bottom: 0;
}

/* ================================
    @media's
================================ */
@media screen and (max-width: 1600px) {
    h1 {font-size: 55px;}
    h2 {font-size: 33px;}
    h3 {font-size: 19px;}
    h4 {font-size: 18px;}
    h5 {font-size: 18px;}
    h6 {font-size: 17px;}

    p {
        font-size: 17px;
        line-height: 25px;
        margin: 0 0 25px 0;
    }
}

@media screen and (max-width: 1400px) {
    h1 {font-size: 48px;}
    h2 {font-size: 29px;}
    h3 {font-size: 17px;}
    h4 {font-size: 17px;}
    h5 {font-size: 17px;}
    h6 {font-size: 16px;}
}

@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 767px) {

}