@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100;
  src: url('/assets/fonts/Outfit-Thin.ttf');
}

@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 200;
	src: url('/assets/fonts/Outfit-ExtraLight.ttf');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/fonts/Outfit-Light.ttf');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/Outfit-Regular.ttf');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/fonts/Outfit-Medium.ttf');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/Outfit-SemiBold.ttf');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/Outfit-Bold.ttf');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  src: url('/assets/fonts/Outfit-ExtraBold.ttf');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  src: url('/assets/fonts/Outfit-Black.ttf');
}
