@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
/* font-family: "DM Serif Display", serif; */

@font-face {
    font-family: 'LT Superior Thin';
    src: url('../fonts/LTSuperior-Thin.woff2') format('woff2'),
        url('../fonts/LTSuperior-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior ExtraLight';
    src: url('../fonts/LTSuperior-ExtraLight.woff2') format('woff2'),
        url('../fonts/LTSuperior-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior Light';
    src: url('../fonts/LTSuperior-Light.woff2') format('woff2'),
        url('../fonts/LTSuperior-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior Regular';
    src: url('../fonts/LTSuperior-Regular.woff2') format('woff2'),
        url('../fonts/LTSuperior-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior Medium';
    src: url('../fonts/LTSuperior-Medium.woff2') format('woff2'),
        url('../fonts/LTSuperior-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior SemiBold';
    src: url('../fonts/LTSuperior-SemiBold.woff2') format('woff2'),
        url('../fonts/LTSuperior-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior Bold';
    src: url('../fonts/LTSuperior-Bold.woff2') format('woff2'),
        url('../fonts/LTSuperior-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior ExtraBold';
    src: url('../fonts/LTSuperior-ExtraBold.woff2') format('woff2'),
        url('../fonts/LTSuperior-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior Black';
    src: url('../fonts/LTSuperior-Black.woff2') format('woff2'),
        url('../fonts/LTSuperior-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
