/** DM SANS FONT **/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
/* font-family: "DM Sans", sans-serif; */

/** INTER FONT **/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* font-family: "Inter", sans-serif; */

@font-face {
    font-family: 'Editor\'s Note Bold';
    src: url('../fonts/EditorsNote-Bold.woff2') format('woff2'),
        url('../fonts/EditorsNote-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Editor\'s Note Extralight';
    src: url('../fonts/EditorsNote-Extralight.woff2') format('woff2'),
        url('../fonts/EditorsNote-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Editor\'s Note Light';
    src: url('../fonts/EditorsNote-Light.woff2') format('woff2'),
        url('../fonts/EditorsNote-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Editor\'s Note Medium';
    src: url('../fonts/EditorsNote-Medium.woff2') format('woff2'),
        url('../fonts/EditorsNote-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Editor\'s Note Regular';
    src: url('../fonts/EditorsNote-Regular.woff2') format('woff2'),
        url('../fonts/EditorsNote-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Editor\'s Note Semibold';
    src: url('../fonts/EditorsNote-Semibold.woff2') format('woff2'),
        url('../fonts/EditorsNote-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Editor\'s Note Thin';
    src: url('../fonts/EditorsNote-Thin.woff2') format('woff2'),
        url('../fonts/EditorsNote-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Miller Banner Light';
    src: url('../fonts/MillerBanner-Light.woff2') format('woff2'),
        url('../fonts/MillerBanner-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
