/* Outfit Font - Self-hosted TTF files */

/* outfit-100 - Thin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100;
  src: url('./Outfit/static/Outfit-Thin.ttf') format('truetype');
}

/* outfit-200 - Extra Light */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 200;
  src: url('./Outfit/static/Outfit-ExtraLight.ttf') format('truetype');
}

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

/* outfit-400 - Regular */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('./Outfit/static/Outfit-Regular.ttf') format('truetype');
}

/* outfit-500 - Medium */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url('./Outfit/static/Outfit-Medium.ttf') format('truetype');
}

/* outfit-600 - Semi Bold */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  src: url('./Outfit/static/Outfit-SemiBold.ttf') format('truetype');
}

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

/* outfit-800 - Extra Bold */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  src: url('./Outfit/static/Outfit-ExtraBold.ttf') format('truetype');
}

/* outfit-900 - Black */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  src: url('./Outfit/static/Outfit-Black.ttf') format('truetype');
}