@font-face {
    font-family: 'Hind';
    src: url('fonts/Hind-Regular.woff2') format('woff2'),
        url('fonts/Hind-Regular.woff') format('woff'),
        url('fonts/Hind-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hind';
    src: url('fonts/Hind-Bold.woff2') format('woff2'),
        url('fonts/Hind-Bold.woff') format('woff'),
        url('fonts/Hind-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

