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

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

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

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

@font-face {
    font-family: 'NovemberPro';
    src: url('NovemberPro-Bld.woff2') format('woff2'),
        url('NovemberPro-Bld.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NovemberPro';
    src: url('NovemberPro-Reg.woff2') format('woff2'),
        url('NovemberPro-Reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}