@charset "utf-8";
/*********************
Last update:
**********************/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto+Slab:wght@100..900&display=swap');
.ff_oswald{ font-family: "Oswald", sans-serif;}
.ff_roboto-slab{font-family: "Roboto Slab", serif;}

@font-face {
    font-family: 'SF PRO';
	font-style: normal;
	font-weight: 400;
    src: url('SF-Pro-Display-Regular.woff') format('woff'),
		url('SF-Pro-Display-Regular.ttf') format('truetype'),
		url('SF-Pro-Display-Regular.otf') format('opentype');
	/*src: local(-apple-system);
    unicode-range: U+0000-05C7;*/
}

@font-face {
    font-family: 'SF PRO';
	font-style: normal;
	font-weight: 700;
    src: url('SF-Pro-Display-Bold.woff') format('woff'),
		url('SF-Pro-Display-Bold.ttf') format('truetype'),
		url('SF-Pro-Display-Bold.otf') format('opentype');
	/*src: local(-apple-system);
    unicode-range: U+0000-05C7;*/
}