@import "fonts/font_families";
@import "fonts/font_sizes";
@import "fonts/font_weights";
@import "fonts/font_line_heights";

body {
    font-family: $font-primary;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-style: normal;
    color: $black-70;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-size: 60px;
    letter-spacing: 0.03em;
    line-height: 63px;
    font-family: $font-terciary;
    font-weight: normal;
    font-style: normal;
}

h2 {
    font-size: 38px;
    letter-spacing: 0.02em;
    line-height: 56px;
    font-family: $font-terciary;
    font-weight: normal;
    font-style: normal;
}

h2.section-headline {
    margin-bottom: 45px;
}

h3 {
    font-size: 26px;
    color: #ff893e;
    letter-spacing: 0.02em;
    line-height: 38px;
    font-family: $font-terciary;
    font-weight: normal;
    font-style: normal;
}

h4 {
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 30px;
    font-family: $font-secondary;
    font-weight: normal;
    font-style: normal;
}

h5 {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 22px;
    text-transform: uppercase;
}

h6 {
    font-family: $font-primary;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 18px;
    text-transform: uppercase;
}

p {
    font-family: $font-primary;
    font-weight: 400;
    font-size: 15px;
    color: $black-70;
    letter-spacing: 0.02em;
    line-height: 24px;
}

p + button {}

a {
    color: $orange;
    text-decoration: none !important;
}

a:active,
a:visited {}

a:focus {
    outline: none;
    text-decoration: none;
}

.current-cat > a,
.current_page_item > a,
a:hover {
    color: $dark-orange;
}

a.hovering {
    background-color: $orange !important;
}

span {
    font-family: inherit;
}

article p + h2,
article p + h3 {}
@media screen and (max-width:1367px) {
    h1 {
        font-size: 48px !important;
        line-height: 58px !important;
    }

    h2 {
        font-size: 32px !important;
        line-height: 44px !important;
    }

    .home .col-50 h2 {
        font-size: 48px;
        line-height: 58px;
    }

    h3 {
        font-size: 22px !important;
        line-height: 38px !important;
    }

    h4 {
        font-size: 18px !important;
        line-height: 30px !important;
    }

    h5 {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    h6 {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    p {
        font-size: 15px !important;
        line-height: 24px !important;
    }
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:991px) {}
@media screen and (max-width:768px) {
    h1 {
        font-size: 40px;
        line-height: 1.25em;
    }

    h2 {
        font-size: 34px;
        line-height: 1.25em;
    }

    h3 {
        font-size: 28px;
        line-height: 1.25em;
    }

    h4 {
        font-size: 18px;
        line-height: 1.25em;
    }
}
@media screen and (max-width:600px) {}
