@font-face {
	font-family: RedCircle;
	font-style: normal;
	src: url("../fonts/font-red-circle.woff") format('woff');
	font-display: swap;
}

:root {
	--red-circle: "RedCircle", serif;
}

body {
	font-family: sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
}

h1, h2, h3, h4 {
	font-family: var(--red-circle);
	line-height: 1.125;
	-moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
	-webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}