/*49ers custom fonts
	* Add any custom fonts via @font-face here
	* TODO: determine if we should use font.css files in each foler and import, or one large file like this
*/

/* Anton */
/* 
@font-face {
  font-family: Anton;
  src: url(./Anton-Regular.ttf) format('truetype');
	font-weight: 400;
}
@font-face {
  font-family: Anton;
  src: url(./Anton-SemiBold.ttf) format('truetype');
	font-weight: 600
} 
*/

/* Permanent Marker */
/* 
@font-face {
  font-family: Permanent Marker;
  src: url(./PermanentMarker.ttf) format('truetype');
	font-weight: 400;
} 
*/