@font-face {
    font-family: 'Inter Italic';
    src: url('fonts/Inter-Italic.woff') format('woff'),
    url('fonts/Inter-Italic.otf') format('otf'),
    url('fonts/Inter-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic, oblique;
}

@font-face {
    font-family: 'Inter Regular';
    src: url('fonts/Inter-Regular.woff') format('woff'),
    url('fonts/Inter-Regular.otf') format('otf'),
    url('fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter Bold';
    src: url('fonts/Inter-Bold.woff') format('woff'),
    url('fonts/Inter-Bold.otf') format('otf'),
    url('fonts/Inter-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Inter Extra Bold';
    src: url('fonts/Inter-ExtraBold.woff') format('woff'),
    url('fonts/Inter-ExtraBold.otf') format('otf'),
    url('fonts/Inter-ExtraBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

html {
    font-family: 'Inter Regular' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter Extra Bold' !important;
    font-size: 16px !important;
}

h1 {
    font-size: 48px !important;
}

h2 {
    font-size: 24px !important;
}

h5 {
}

em {
    font-style: italic;
}

b, strong {
    font-family: 'Inter Bold' !important;
}

.customExcerpt p {
    font-family: 'Inter Bold' !important;
    margin-bottom: 15px !important;
}

p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: normal;
}

p a {
    color: #f35139 !important;
}

.site-footer a {
    color: #fff !important;
    text-decoration: underline !important;
}

.site-footer a:hover {
    text-decoration: none !important;
}

.articleSingleTag {
    /*line-height: 1em !important;*/
}

.categoryArticleSingleTag {
    /*line-height: 1em !important;*/
}

.customExcerpt p {
    font-size: 18px !important;
}

.article-read-more.row a h3 {
    font-size: 1em;
}

.small {
    font-size: .8em;
}

.customByline {
}

/* Min Golf */
#menu-item-100439 {
    font-family: 'Inter Extra Bold' !important;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 991px) {
    h1 {
        font-size: 32px !important;
    }

    h2 {
        font-size: 22px !important;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 28px !important;
    }

    h2 {
        font-size: 16px !important;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
}
