@font-face {
    font-family: 'Clarity City';
    src: url('ClarityCity-Regular.woff2') format('woff2'),
        url('ClarityCity-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Clarity City';
    src: url('ClarityCity-Medium.woff2') format('woff2'),
        url('ClarityCity-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clarity City';
    src: url('ClarityCity-SemiBold.woff2') format('woff2'),
        url('ClarityCity-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Clarity City';
    src: url('ClarityCity-Bold.woff2') format('woff2'),
        url('ClarityCity-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Clarity City';
    src: url('ClarityCity-ExtraBold.woff2') format('woff2'),
        url('ClarityCity-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

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