@font-face {
  font-family: 'Outfit';
  src: url('fonts/Outfit-VariableFont_wght.ttf') format('truetype');
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

body {
	  min-height: 100%;
	  font-family: 'Outfit', sans-serif !important;
}