/* Tip W01 Light */
@font-face {
    font-family: 'Tip W01';
    src: url('./Tip W01 Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Kuro Headline Weights */
@font-face {
    font-family: 'Kuro';
    src: url('./kuro-font/Kuro-Light-BF63c89e5b76fcd.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kuro';
    src: url('./kuro-font/Kuro-Regular-BF63c89e5b56683.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kuro';
    src: url('./kuro-font/Kuro-Medium-BF63c89e5a53973.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kuro';
    src: url('./kuro-font/Kuro-Bold-BF63c89e56bfb46.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kuro';
    src: url('./kuro-font/Kuro-Black-BF63c89e5780b48.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}