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

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

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