/*
Theme Name: Il Tuo Prof Dsa Theme
Theme URI: https://seowp.it
Author: Seo Wp
Author URI: https://seowp.it
Description: Tema WordPress personalizzato per Il Tuo Prof Dsa.
Version: 1.0.0
Text Domain: iltuoprofdsa-theme
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
	font-family: 'Work Sans';
	src: url('assets/fonts/work-sans/WorkSans-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Work Sans';
	src: url('assets/fonts/work-sans/WorkSans-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Work Sans';
	src: url('assets/fonts/work-sans/WorkSans-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Work Sans';
	src: url('assets/fonts/work-sans/WorkSans-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

body,
button,
input,
select,
textarea {
	font-family: 'Work Sans', sans-serif;
}


html {
	height: 100%;
}

body {
	min-height: 95vh;
	min-height: 100dvh;
	margin: 0;
	display: flex;
	flex-direction: column;
	font-family: 'Work Sans', sans-serif;
}

.site-header,
.site-footer {
	flex-shrink: 0;
}

.site-main {
	flex: 1 1 auto;
}

.site-footer {
	margin-top: auto;
}