@font-face {
    font-family: 'Campton';
    src: url('hinted-Campton-Thin.woff2') format('woff2'),
        url('hinted-Campton-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

@font-face {
    font-family: 'Didot';
    src: url('hinted-DidotItalic.woff2') format('woff2'),
        url('hinted-DidotItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

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

