@font-face {
  font-family: "Saira";
  src: url("saira-v23-latin-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Saira";
  src: url("saira-v23-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Saira";
  src: url("saira-v23-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: transparent;
  font-family: "Saira", sans-serif;
}

.weather-post {
  background: #f2f2f2;
  border-radius: 22px;
  padding: 18px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  /*min-height: 100vh; */
  min-height: calc(100vh - 20px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);

  color: #111;
}

.weather-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 1.95rem;
}

.click-image {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 14px;
  /* border: 1px solid red; Nur zum Testen */
}

.weather-line {
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.weather-updated {
  margin-top: 24px;
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.72;
}

/* Mobile / iPhone */

@media (max-width: 700px) {
  .weather-post {
    border-radius: 16px;
    padding: 14px;
  }

  .weather-title {
    font-size: 1.45rem;
  }

  .weather-line {
    font-size: 1.08rem;
    line-height: 1.32;
  }

  .weather-updated {
    font-size: 0.9rem;
  }
}
