@font-face {
font-family: 'Headline';
font-weight: 400;
font-style: normal;
src: 	url(https://new.tsc-saarlorlux.de/wp-content/plugins/font-hero/fontPairing/files/Oswald/Oswald-SemiBold.woff2) format('woff2');
}
@font-face {
font-family: 'Subheadline';
font-weight: 400;
font-style: normal;
src: 	url(https://new.tsc-saarlorlux.de/wp-content/plugins/font-hero/fontPairing/files/Lora/Lora-Regular.woff2) format('woff2');
}
@font-face {
font-family: 'Body';
font-weight: 400;
font-style: normal;
src: 	url(https://new.tsc-saarlorlux.de/wp-content/plugins/font-hero/fontPairing/files/Hind/Hind-Regular.woff2) format('woff2');
}
@font-face {
font-family: 'Body';
font-weight: 600;
font-style: normal;
src: 	url(https://new.tsc-saarlorlux.de/wp-content/plugins/font-hero/fontPairing/files/Hind/Hind-Bold.woff2) format('woff2');
}
:root {
--fh-headline: 'Headline';
--fh-subheadline: 'Subheadline';
--fh-body: 'Body';
}
.has-headline-font-family{ 
font-family: var(--fh-headline);
}
.has-subheadline-font-family{ 
font-family: var(--fh-subheadline);
}
.has-body-font-family{ 
font-family: var(--fh-body);
}