
@font-face
{
	 font-family:'Oswald';
	 font-display: swap;
	 src:url("Oswald/Oswald-VariableFont_wght.ttf") format('truetype');
	 font-style: normal;
	 font-weight: 200 700; /* variable font */
}

/*
	NOTE: For all weights a numerical range from 100 to 900 is used. One of the challenges
	with web fonts is that most web browsers do not properly support font weights other
	than normal & bold. The following chart describes the possible mappings of weights
	to the numeric definitions:
	•100    Extra Light or Ultra Light
	•200    Light or Thin
	•300    Book or Demi (Light)
	•400    Normal or Regular
	•500    Medium
	•600    Semibold, Demibold
	•700    Bold
	•800    Black, Extra Bold or Heavy
	•900    Extra Black, Fat, Poster or Ultra Black
*/
