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

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

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

@font-face {
    font-family: 'Patrick Hand';
    src: url('PatrickHand-Regular.woff2') format('woff2'),
        url('PatrickHand-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}