<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Milgran';
  src: url('/wp-content/themes/yatatheme/fonts/MilgranRegular-jE0MG.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.section-meteo .yatameteo__day {
  margin: auto;
  width: 300px;
  text-align: center;
}
.section-meteo .yatameteo__day .location {
  font-weight: 700;
  font-size: 1.2em;
  color: #021040;
  font-family: 'Josefin Sans', sans-serif;
}
.section-meteo .yatameteo__day .icon_src img {
  width: 50px;
  height: 50px;
  filter: invert(1) brightness(0.2) sepia(1) hue-rotate(176deg) saturate(5);
}
.section-meteo .yatameteo__day .temperature {
  font-weight: 400;
  font-size: 2em;
  color: #EFA800;
  font-family: 'Milgran', sans-serif;
}
.section-meteo .yatameteo__forecast .location,
.section-meteo .yatameteo__forecast .date {
  font-weight: 700;
  font-size: 1.2em;
  color: #021040;
}
.section-meteo .yatameteo__forecast .icon_src img {
  width: 50px;
  height: 50px;
  filter: invert(1) brightness(0.2) sepia(1) hue-rotate(176deg) saturate(5);
}
.section-meteo .yatameteo__forecast .temperature {
  font-weight: 400;
  font-size: 2em;
  color: #EFA800;
}
.section-meteo .yatameteo__forecast .temp_min,
.section-meteo .yatameteo__forecast .temp_max {
  font-weight: 400;
  font-size: 1.2em;
  color: #EFA800;
}
.section-meteo .yatameteo__forecast .yatameteo__today {
  margin: auto;
  width: 300px;
  text-align: center;
}
.section-meteo .yatameteo__forecast .yatameteo__next-days {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.section-meteo .yatameteo__forecast .yatameteo__next-days &gt;div {
  width: 20%;
}
</pre></body></html>