/* Morgan Sans Lining */
@font-face {
    font-family: 'MorganSans';
    src: url('./MorganSnLining.woff2') format('woff2'),
         url('./MorganSnLining.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MorganSans';
    src: url('./MorganSnLining-Bold.woff2') format('woff2'),
         url('./MorganSnLining-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Morgan Avec Lining */
@font-face {
    font-family: 'MorganAvec';
    src: url('/assets/fonts/MorganAvec-RegularLining.woff2') format('woff2'),
         url('/assets/fonts/MorganAvec-RegularLining.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MorganAvec';
    src: url('/assets/fonts/MorganAvec-BoldLining.woff2') format('woff2'),
         url('/assets/fonts/MorganAvec-BoldLining.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Inter */
@font-face {
    font-family: 'Inter';
    src: url('./Inter_Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('./Inter_Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('./Inter_Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('./Inter_ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}