/*
Theme Name: DB-Webdesign-Childtheme
Template: astra
Version: 1.0
*/

/* ===== FONT EINBINDEN ===== */
@font-face {
font-family: 'InterCustom';
src: url("fonts/Inter-VariableFont_opsz,wght.woff2") format("woff2");
font-weight: 100 900;
font-style: normal;
font-display: swap;
}

/* ===== GLOBAL FONT ===== */
body {
font-family: 'InterCustom', sans-serif;
}

/* ===== ASTRA ÜBERSCHREIBEN ===== */
body, h1, h2, h3, h4, h5, h6 {
font-family: 'InterCustom', sans-serif !important;
}
