<!--
	vollgut.jetzt © 2022-2023
	design & code by www.vollgut.jetzt
	Beratung, Konzeption und technische Umsetzung Ihrer Ideen
	0v1 - 21.11.23
-->

@import url("fontawesome-all.min.css");
/* jost-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  src: url('../webfonts/jost-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../webfonts/jost-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/jost-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/jost-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/jost-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/jost-v14-latin-300.svg#Jost') format('svg'); /* Legacy iOS */
}
/* jost-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/jost-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../webfonts/jost-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/jost-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/jost-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/jost-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/jost-v14-latin-regular.svg#Jost') format('svg'); /* Legacy iOS */
}

html {
    background-color: #b3b3b3;
    font-family: 'Jost', sans-serif;
    color: #fff;
}