@font-face {
	font-family: "Beatrice";
	src: url("/fonts/Beatrice-ExtraBold.otf") format("opentype");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "Beatrice";
	src: url("/fonts/Beatrice-ExtraBoldItalic.otf") format("opentype");
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: "Beatrice";
	src: url("/fonts/Beatrice-Bold.otf") format("opentype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Beatrice";
	src: url("/fonts/Beatrice-BoldItalic.otf") format("opentype");
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: "Beatrice";
	src: url("/fonts/Beatrice-SemiBold.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Beatrice";
	src: url("/fonts/Beatrice-SemiBoldItalic.otf") format("opentype");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "Beatrice";
	src: url("/fonts/Beatrice-Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Beatrice";
	src: url("/fonts/Beatrice-MediumItalic.otf") format("opentype");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Beatrice";
	src: url("/fonts/Beatrice-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Beatrice";
	src: url("/fonts/Beatrice-RegularItalic.otf") format("opentype");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Beatrice";
	src: url("/fonts/Beatrice-Thin.otf") format("opentype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Beatrice";
	src: url("/fonts/Beatrice-ThinItalic.otf") format("opentype");
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: "PublicSans";
	src: url("/fonts/PublicSans-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "PublicSans";
	src: url("/fonts/PublicSans-RegularItalic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "PublicSans";
	src: url("/fonts/PublicSans-Bold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: "PublicSans";
	src: url("/fonts/PublicSans-BoldItalic.ttf") format("truetype");
	font-weight: 800;
	font-style: italic;
}
