/* calistoga-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: 'Gravitas One';
  font-style: normal;
  font-weight: 400;
  src: url('../font/gravitas-one-v21-latin-regular') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  margin-top: 10%;
  margin-left: 10%;
  background-color: #275068; /*Cosmosblau*/
  color: white;
  text-align: left;
  font-family: Gravitas One;
  font-size: 2em; /*1em=16px*/
  font-size: clamp(2vw, 4vw, 6vw); /*Schrift passt sich automatisch an*/
  /*Font Calisto MT*/
  /*Zeilenabstand*/
  /*Kerning Buchstabenabstand*/
}
img {
	max-width: 60%;
}
p {
  line-height: 100px;
  letter-spacing: 2px;
}