@font-face {
	font-family: 'Panton W01 Regular';
	src: url('/fonts/Panton W01 Regular.woff2') format('woff2');
	font-weight: normal;
}
@font-face {
	font-family: 'Panton W01 Regular';
	src: url('/fonts/Panton W01 Bold.woff2') format('woff2');
	font-weight: bold;
}
:root {
	--color-main: #1b2d39;
	--color-secondary: #cbe7e6;
	--color-accent: #e30f45;
	--radius: 10px;
	--radius-small: 5px;
	--border-width: 3px;
	--font-title: 'Panton W01 Regular', Arial, Helvetica, sans-serif;
	--font-text: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
	font-family: var(--font-text);
}
body {
}
