@font-face {
	font-display: swap; 
  	font-family: "Oswald";
  	font-style: normal;
  	src: 
	local("Oswald"),
	url("../font/Oswald-VariableFont_wght.woff2") format('woff2'),
  	url("../font/Oswald-VariableFont_wght.woff") format('woff');
}

@font-face {
	font-display: swap; 
  	font-family: "Silkscreen";
  	font-style: normal;
  	src: 
	local("Silkscreen"),
	url("../font/Silkscreen-Regular.woff2") format('woff2'),
	url("../font/Silkscreen-Regular.woff") format('woff'),
	url("../font/Silkscreen-Regular.ttf") format('truetype');
}

@font-face {
	font-display: swap; 
  	font-family: "Caveat Brush";
  	font-style: normal;
  	src: 
	local("Caveat Brush"),
	url("../font/CaveatBrush-Regular.woff2") format('woff2'),
	url("../font/CaveatBrush-Regular.woff") format('woff'),
	url("../font/CaveatBrush-Regular.ttf") format('truetype');
}


@font-face {
	font-display: swap; 
  	font-family: "Archivo";
  	font-style: normal;
	src:
	url("../font/Archivo.ttf") format('ttf'),
	url("../font/ArchivoBlack-Regular.woff") format('woff'),
	url("../font/ArchivoBlack-Regular.woff2") format('woff2');
}

.oswald-Regular {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.oswald-Bold{
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: bold;
}

.silkscreen-regular {
  font-family: "Silkscreen", serif;
  font-weight: 400;
  font-style: normal;
}

.silkscreen-bold {
  font-family: "Silkscreen", serif;
  font-weight: 700;
  font-style: normal;	
}

.caveat-brush-regular {
  font-family: "Caveat Brush", serif;
  font-weight: 400;
  font-style: normal;
}

.archivo {
  font-family: "Archivo";
  font-optical-sizing: 400;
  font-style: normal;
}


