/* Local fonts: keep only the default family for initial load */
@font-face {
   font-family: 'Outfit';
   font-style: normal;
   font-weight: 300;
   font-display: swap;
   src: url(./fonts/Outfit-Light.woff2) format('woff2');
}

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

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