/* 
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/Outfit-Light.woff2') format('woff2'),
        url('fonts/Outfit-Light.otf') format('opentype'),
        url('fonts/Outfit-Light.ttf') format('truetype');
}

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

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

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('fonts/Outfit-SemiBold.otf') format('opentype'),
        url('fonts/Outfit-SemiBold.ttf') format('truetype');
}

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

@font-face {
  font-family: 'Outfit';
  src: url('fonts/Outfit[wght].woff2') format('woff2-variations'),
       url('fonts/Outfit[wght].ttf') format('truetype-variations');
  font-weight: 100 900; 
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url("fonts/Fraunces[SOFT\,WONK\,opsz\,wght].woff2") format("woff2-variations"),
       url("fonts/Fraunces[SOFT\,WONK\,opsz\,wght].ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url("fonts/Fraunces-Italic[SOFT\,WONK\,opsz\,wght].woff2") format("woff2-variations"),
       url("fonts/Fraunces-Italic[SOFT\,WONK\,opsz\,wght].ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
