@font-face {
    font-family: 'TheFuture';
    src: url('/fonts/the-future-regular.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'TheFuture';
    src: url('/fonts/the-future-italic.woff2') format('woff2');
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'TheFuture';
    src: url('/fonts/the-future-bold.woff2') format('woff2');
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'TheFuture';
    src: url('/fonts/the-future-bold-italic.woff2') format('woff2');
    font-style: italic;
    font-weight: bold;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'BradfordLL';
    src: url('/fonts/BradfordLLWeb-Light.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'BradfordLL';
    src: url('/fonts/BradfordLLWeb-Medium.woff2') format('woff2');
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    text-rendering: optimizeLegibility;
}