/* FONTS */
/* Include Work Sans font */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');


@font-face {
    font-family: "Arial Black";

    src: url("/fonts/ariblk-webfont.woff2") format("woff2"),
         url("/fonts/ariblk-webfont.woff") format("woff"),
         url("/fonts/ariblk.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* Blair ITC */
@font-face {
    font-family: 'Blair ITC Medium';
    src: url('/fonts/blair_itc_medium-webfont.woff2') format('woff2'),
         url('/fonts/blair_itc_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Cambria */
@font-face {
    font-family: 'Cambria';
    src: url('/fonts/Cambria.woff2') format('woff2'),
         url('/fonts/Cambria.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Agency FB */
@font-face {
    font-family: 'Agency FB';
    src: url('/fonts/AgencyFB-Reg.woff2') format('woff2'),
         url('/fonts/AgencyFB-Reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Segoe UI */
@font-face {
    font-family: 'Segoe UI';
    src: url('/fonts/SegoeUI.woff2') format('woff2'),
         url('/fonts/SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
