/* CUSTOM.CSS Datei mit  lokal eingebundenen Schriften  */
/* ubuntu-regular - latin SANS */
@font-face {
  font-display: swap; 
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../ownfonts/ubuntu-v20-latin-regular.woff2') format('woff2'); 
}
/* ubuntu-italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: url('../ownfonts/ubuntu-v20-latin-italic.woff2') format('woff2'); 
}
/* architects-daughter-regular - latin Handwriting */
@font-face {
  font-display: swap; 
  font-family: 'Architects Daughter';
  font-style: normal;
  font-weight: 400;
  src: url('../ownfonts/architects-daughter-v19-latin-regular.woff2') format('woff2'); 
}
/* edu-qld-hand-regular - latin Handwriting */
@font-face {
  font-display: swap; 
  font-family: 'Edu QLD Hand';
  font-style: normal;
  font-weight: 400;
  src: url('../ownfonts/edu-qld-hand-v2-latin-regular.woff2') format('woff2'); 
}
/* permanent-marker-regular - latin Handwriting */
@font-face {
  font-display: swap; 
  font-family: 'Permanent Marker';
  font-style: normal;
  font-weight: 400;
  src: url('../ownfonts/permanent-marker-v16-latin-regular.woff2') format('woff2'); 
}
/* shadows-into-light-two-regular - latin  Handwriting */
@font-face {
  font-display: swap; 
  font-family: 'Shadows Into Light Two';
  font-style: normal;
  font-weight: 200;
  src: url('../ownfonts/shadows-into-light-two-v18-latin-regular.woff2') format('woff2'); 
}
/* nunito-regular - latin  SANS */
@font-face {
  font-display: swap; 
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../ownfonts/nunito-v31-latin-regular.woff2') format('woff2'); 
}
/* nunito-italic - latin SANS */
@font-face {
  font-display: swap; 
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: url('../ownfonts/nunito-v31-latin-italic.woff2') format('woff2'); 
}
/* montserrat-regular - latin SANS */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../ownfonts/montserrat-v30-latin-regular.woff2') format('woff2'); 
}
/* montserrat-italic - latin SANS */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../ownfonts/montserrat-v30-latin-italic.woff2') format('woff2'); 
}
/* sen-regular - latin SANS */
@font-face {
  font-display: swap; 
  font-family: 'Sen';
  font-style: normal;
  font-weight: 400;
  src: url('../ownfonts/sen-v11-latin-regular.woff2') format('woff2'); 
}
/* rock-salt-regular - latin SANS */
@font-face {
  font-display: swap; 
  font-family: 'Rock Salt';
  font-style: normal;
  font-weight: 400;
  src: url('../ownfonts/rock-salt-v23-latin-regular.woff2') format('woff2'); 
}
body {font-family: 'Nunito';}
h1 {font-family: 'Permanent Marker';}
h3 {font-family: 'Architects Daughter';}
h4 {font-family: 'Shadows Into Light Two';}