@font-face {
    font-family: 'Lora';
    font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	font-display: swap;
    src: url(/fonts/lora/Lora-Regular.ttf) format("truetype");
}
@font-face {
    font-family: 'Lora';
    font-style: normal;
	font-weight: 700;
	font-stretch: normal;
	font-display: swap;
    src: url(/fonts/lora/Lora-Bold.ttf) format("truetype");
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	font-display: swap;
    src: url(/fonts/open_sans/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
	font-weight: 400;
	font-stretch: normal;
	font-display: swap;
    src: url(/fonts/open_sans/OpenSans-Italic.ttf) format("truetype");
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
	font-weight: 600;
	font-stretch: normal;
	font-display: swap;
    src: url(/fonts/open_sans/OpenSans-SemiBold.ttf) format("truetype");
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
	font-weight: 600;
	font-stretch: normal;
	font-display: swap;
    src: url(/fonts/open_sans/OpenSans-SemiBoldItalic.ttf) format("truetype");
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
	font-weight: 700;
	font-stretch: normal;
	font-display: swap;
    src: url(/fonts/open_sans/OpenSans-Bold.ttf) format("truetype");
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
	font-weight: 800;
	font-stretch: normal;
	font-display: swap;
    src: url(/fonts/open_sans/OpenSans-ExtraBold.ttf) format("truetype");
}
