/* Big Shoulders Text */
@font-face {
    font-family: 'Big Shoulders Text';
    font-weight: 700;
    font-style: normal;
    src: url('/assets/fonts/big-shoulders-v2-latin-700.woff2') format('woff2');
    font-display: swap;
}

/* Style Script */
@font-face {
    font-family: 'Style Script';
    font-weight: normal;
    font-style: normal;
    src: url('/assets/fonts/stylescript-regular-webfont.woff2') format('woff2'),
         url('/assets/fonts/stylescript-regular-webfont.woff') format('woff'),
         url('/assets/fonts/StyleScript-Regular.ttf') format('truetype');
    font-display: swap;
}

/* Faculty Glyphic */
@font-face {
    font-family: 'Faculty Glyphic';
    font-weight: normal;
    font-style: normal;
    src: url('/assets/fonts/facultyglyphic-regular-webfont.woff2') format('woff2'),
         url('/assets/fonts/facultyglyphic-regular-webfont.woff') format('woff'),
         url('/assets/fonts/FacultyGlyphic-Regular.ttf') format('truetype');
    font-display: swap;
}
