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

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
    src: local('Outfit Medium'), local('Outfit-Medium'),
      url("../fonts/outfit/outfit-latin-500-normal.woff2") format("woff2");
}

@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
		src: local('Raleway'), local('Raleway-Regular'),
			url("../fonts/raleway/raleway-latin-400-normal.woff2") format("woff2");
}

@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
		src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
			url("../fonts/raleway/raleway-latin-600-normal.woff2") format("woff2");
}

:root {
  --font-sans: 'Raleway', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
  --font-sans-alt: 'Outfit', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
}
