/* Minimal Header Weather */
.swf-header-weather {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  font-size: 0.9em;
}
.swf-header-weather .swf-day {
  text-align: center;
  color: #333;
}
.swf-header-weather i {
  display: block;
  font-size: 1.6em;
  color: #00AEAC;
  margin-bottom: 0.3em;
}

/* Detailed Footer Weather */
.swf-footer-weather {
  background: #f9f9f9;
  padding: 1em;
  border-left: 4px solid #00AEAC;
}
.swf-footer-weather h4 {
  margin-top: 0;
  color: #00AEAC;
}
.swf-footer-weather ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.swf-footer-weather li {
  padding: 0.4em 0;
  border-bottom: 1px solid #ddd;
}
.swf-footer-weather i {
  color: #00AEAC;
  margin-right: 4px;
}

.swf-header-weather {
  display: flex;
  gap: 2rem;
  justify-content: center;
  font-size: 0.9em;
}

.swf-header-weather .swf-day {
  text-align: center;
  color: #333;
}

.swf-header-weather i {
  display: block;
  font-size: 2em;
  color: #00AEAC;
  margin-bottom: 0.3em;
}

.swf-header-weather span {
  display: block;
}

.swf-now {
  font-size: 1em;
  font-weight: 500;
  color: #333;
  text-align: center;
  display: flex;
  align-items: center;
}

.swf-now i {
  margin-left: 6px;
  font-size: 1.6em;
  color: #00AEAC;
  vertical-align: middle;
}




@font-face {
  font-family: 'swf';
  src:  url('fonts/swf.eot?kc90ed');
  src:  url('fonts/swf.eot?kc90ed#iefix') format('embedded-opentype'),
    url('fonts/swf.ttf?kc90ed') format('truetype'),
    url('fonts/swf.woff?kc90ed') format('woff'),
    url('fonts/swf.svg?kc90ed#swf') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'swf' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-partly-cloudy:before {
  content: "\e909";
}
.icon-alert-triangle:before {
  content: "\e900";
}
.icon-cloud:before {
  content: "\e907";
}
.icon-cloud-drizzle:before {
  content: "\e901";
}
.icon-cloud-lightning:before {
  content: "\e902";
}
.icon-cloud-snow:before {
  content: "\e908";
}
.icon-sun:before {
  content: "\e92f";
}
.icon-sunrise:before {
  content: "\e903";
}
.icon-sunset:before {
  content: "\e904";
}
.icon-thermometer:before {
  content: "\e905";
}
.icon-umbrella:before {
  content: "\e933";
}
.icon-wind:before {
  content: "\e906";
}