@font-face {
    font-family: 'ABC Whyte';
    src: url('/fonts/ABCWhyte-Bold.woff2') format('woff2'), url('/fonts/ABCWhyte-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Whyte';
    src: url('/fonts/ABCWhyte-Medium.woff2') format('woff2'), url('/fonts/ABCWhyte-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Whyte';
    src: url('/fonts/ABCWhyte-Book.woff2') format('woff2'), url('/fonts/ABCWhyte-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sage UI';
    src: url('/fonts/Sage_UI-Bold.woff2') format('woff2'), url('/fonts/Sage_UI-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sage UI';
    src: url('/fonts/Sage_UI-Medium.woff2') format('woff2'), url('/fonts/Sage_UI-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sage UI';
    src: url('/fonts/Sage_UI-Regular.woff2') format('woff2'), url('/fonts/Sage_UI-Regular.woff') format('woff');
    font-weight: 350 400;
    font-style: normal;
    font-display: swap;
}
