@font-face {
	font-family: 'Circe';
    font-weight: 600;
	src: url('../fonts/Circe-Bold.woff');
	font-display: swap;
}
@font-face {
	font-family: 'Circe';
    font-weight: 900;
	src: url('../fonts/Circe-ExtraBold.woff');
	font-display: swap;
}
@font-face {
	font-family: 'Circe';
    font-weight: 300;
	src: url('../fonts/Circe-Light.woff');
	font-display: swap;
}
@font-face {
	font-family: 'Circe';
    font-weight: 400;
	src: url('../fonts/Circe-Regular.woff');
	font-display: swap;
}

body {
    font-family: 'Circe', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
}
#logo {
	font-size: 48px;
	line-height: 64px;
	font-weight: 600;
}
h1 {
	font-size: 56px;
	line-height: 64px;
}
h2 {
	font-size: 36px;
	line-height: 48px;
}
h3 {
	font-size: 26px;
	line-height: 36px;
}
h4 {
	font-size: 24px;
	line-height: 32px;
}
h5 {
	font-size: 20px;
	line-height: 28px;
}
h6 {
	font-size: 16px;
	line-height: 24px;
}
h1, h2, h3, h4, h5, h6, p, hr {
	margin: 0;
}
.body2 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 300;
}
.body3 {
	font-size: 20px;
	line-height: 28px;
}
.whiteline {
	line-height: 12px;
}