﻿/* ==============================================
   LOCAL FONTS - No Google Fonts Dependency
   ============================================== */

/* Open Sans - Regular (400) - Body Text */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url('/fonts/open-sans/open-sans-v44-latin-regular.woff2') format('woff2');
}

/* Open Sans - Regular Italic (400 italic) - inline italic */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-display: optional;
    src: url('/fonts/open-sans/open-sans-v44-latin-italic.woff2') format('woff2');
}

/* Open Sans - SemiBold (600) - nav-main */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: optional;
    src: url('/fonts/open-sans/open-sans-v44-latin-600.woff2') format('woff2');
}


/* Open Sans - Bold (700)  - inline bold */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: optional;
    src: url('/fonts/open-sans/open-sans-v44-latin-700.woff2') format('woff2');
}


/* Saira Extra Condensed - Bold (700) - headings */
@font-face {
    font-family: 'Saira Extra Condensed';
    font-style: normal;
    font-weight: 700;
    font-display: optional;
    src: url('/fonts/saira-extra-condensed/saira-extra-condensed-v15-latin-700.woff2') format('woff2');
}