@import url('https://fonts.googleapis.com/css2?family=Limelight&display=swap');
/* font-family: "Limelight", sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');
/* font-family: "Poiret One", sans-serif; */

/** Brandon Grotesque Font **/
@font-face {
    font-family: 'Brandon Grotesque Thin';
    src: url('../fonts/BrandonGrotesque-Thin.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brandon Grotesque Light';
    src: url('../fonts/BrandonGrotesque-Light.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brandon Grotesque Regular';
    src: url('../fonts/BrandonGrotesque-Regular.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brandon Grotesque Medium';
    src: url('../fonts/BrandonGrotesque-Medium.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brandon Grotesque Bold';
    src: url('../fonts/BrandonGrotesque-Bold.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brandon Grotesque Black';
    src: url('../fonts/BrandonGrotesque-Black.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/** Myriad Pro Font **/
@font-face {
    font-family: 'Myriad Pro Light';
    src: url('../fonts/MyriadPro-Light.woff2') format('woff2'),
        url('../fonts/MyriadPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro Reg';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro Semibold';
    src: url('../fonts/MyriadPro-Semibold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro Bold';
    src: url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/** Palatino Font **/
@font-face {
    font-family: 'Palatino Roman';
    src: url('../fonts/Palatino-Roman.woff2') format('woff2'),
        url('../fonts/Palatino-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Palatino Bold';
    src: url('../fonts/PalatinoBold.woff2') format('woff2'),
        url('../fonts/PalatinoBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/** QuicheSans-ExtraBold Font **/
@font-face {
    font-family: 'Quiche Sans ExtraBold';
    src: url('../fonts/QuicheSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/QuicheSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Palatino Black';
    /* src: url('../fonts/PalatinoLTPro-Black.woff2') format('woff2'),
	url('../fonts/PalatinoLTPro-Black.woff') format('woff'); */
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Palatino LT Black';
    src: url('../fonts/PalatinoLT-Black.woff2') format('woff2'),
        url('../fonts/PalatinoLT-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
