@charset "utf-8";
@import url('/assets/css/style.css');
/*
@import url('/assets/css/navi.css');
@import url('/assets/css/forms.css');
@import url('/assets/css/lightcase.css');
*/

/* Schriftarten */

@import url('https://fonts.googleapis.com/css2?family=Hahmlet:wght@100..900&family=SN+Pro:ital,wght@0,200..900;1,200..900&display=swap');

/*

@font-face {
	font-family: 'Cormorant';
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url('/assets/fonts/Cormorant.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Vazirmatn';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('/assets/fonts/Vazirmatn.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

 */

/* UI Symbol Icons */
/*
@font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(/assets/fonts/material-icons.woff2) format('woff2'); }
.material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; }
*/

