/* Typography */
/*@font-face {*/
/*	font-family: 'Baskerville Regular';*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*	font-display: swap;*/
/*	src: url('../fonts/baskvl.woff') format('woff');*/
/*}*/

/* Kopteksten */
/*@font-face {*/
/*	font-family: 'Playfair Display';*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*	font-display: swap;*/
/*	src: url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2');*/
/*}*/
/*@font-face {*/
/*	font-family: 'Playfair Display';*/
/*	font-weight: 700;*/
/*	font-style: normal;*/
/*	font-display: swap;*/
/*	src: url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2');*/
/*}*/
/*@font-face {*/
/*	font-family: 'Playfair Display';*/
/*	font-weight: 700;*/
/*	font-style: italic;*/
/*	font-display: swap;*/
/*	src: url('../fonts/PlayfairDisplay-BoldItalic.woff2') format('woff2');*/
/*}*/
@font-face {
	font-family: 'Libre Baskerville';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/LibreBaskerville-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Libre Baskerville';
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/LibreBaskerville-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Libre Baskerville';
	font-weight: 700;
	font-style: italic;
	font-display: swap;
	src: url('../fonts/LibreBaskerville-Italic.woff2') format('woff2');
}

/* Bodytekst */
@font-face {
	font-family: 'Inter';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/Inter-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/Inter-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-weight: 700;
	font-style: italic;
	font-display: swap;
	src: url('../fonts/Inter-BoldItalic.woff2') format('woff2');
}


body:not(.wp-admin){
	font-family: 'Inter', system-ui, sans-serif !important;
}

body:not(.wp-admin) h1,
body:not(.wp-admin) h2,
body:not(.wp-admin) h3,
body:not(.wp-admin) h4,
body:not(.wp-admin) h5,
body:not(.wp-admin) h6{
	font-family: 'Libre Baskerville', serif, system-ui;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Load font in wp-admin editor */
body.wp-admin .edit-post-visual-editor *:not(h1,h2,h3,h4,h5,h6){
	font-family: 'Inter', system-ui, sans-serif !important;
}
body.wp-admin .edit-post-visual-editor h1,
body.wp-admin .edit-post-visual-editor h2,
body.wp-admin .edit-post-visual-editor h3,
body.wp-admin .edit-post-visual-editor h4,
body.wp-admin .edit-post-visual-editor h5,
body.wp-admin .edit-post-visual-editor h6 {
	font-family: 'Libre Baskerville', serif, system-ui !important;
}