@font-face {
    font-family: 'Inter Tight';
    src: url('InterTight-Light.woff2') format('woff2'),
        url('InterTight-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('InterTight-Medium.woff2') format('woff2'),
        url('InterTight-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('InterTight-SemiBold.woff2') format('woff2'),
        url('InterTight-SemiBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('InterTight-Bold.woff2') format('woff2'),
        url('InterTight-Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif Display';
    src: url('NotoSerifDisplay-Medium.woff2') format('woff2'),
        url('NotoSerifDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif Display';
    src: url('NotoSerifDisplay-Regular.woff2') format('woff2'),
        url('NotoSerifDisplay-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif Display';
    src: url('NotoSerifDisplay-Light.woff2') format('woff2'),
        url('NotoSerifDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}