 

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

 
 

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

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

 

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

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

