﻿/* Identical to the file in Sitefinity. Updates should be made there so that they can be copied over to Sitefinity */

html {
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

body {
    font-family: "Graphik";
    color: var(--saColorPrimary);
}

p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/*** Headings ***************************************/

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 16px;
}

h1, .h1 {
    font-size: 26px;
    line-height: 36px;
}

h2, .h2 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.25px;
}

h3, .h3 {
    font-size: 22px;
    line-height: 32px;
}

h4, .h4 {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.5px;
}

@media (min-width: 768px) {
    h1, .h1 {
        font-size: 55px;
        line-height: 62px;
    }

    h2, .h2 {
        font-size: 42px;
        line-height: 46px;
    }

    h3, .h3 {
        font-size: 30px;
        line-height: 32px;
    }

    h4, .h4 {
        font-size: 22px;
        line-height: 27px;
    }
}

@media (max-width: 768px) {
    body {
        overflow-x: clip;
    }
}
