.value, .value2,
.title, .title-2,
.grid-value,
.subtitle, .subtitle2, .subtitle3,
#weather-city, #weather-condition,
.weather-temp, #city-name, #city-region, #city-wiki-excerpt,
#city-wiki-link, .city-wiki, .city-stat, 
#search-panel, .text-clock, #search-input,
.city-hero-weather, #forecast-modal,
#settings-modal, select, .settings-button, input, button, #themes-modal,
.popup-modal, .widget, #theme-editor, .loading, .countdown, #final-prep, p, .popup-toast {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

#forecast-modal {
    color: white;
}

.value, .value2,
.grid-value,
.weather-temp {
    font-weight: bold;
    font-size: 0.9em;
}

.subtitle, .subtitle2, .subtitle3,
#weather-city, #weather-condition {
    font-weight: 300;
}

.title, .title-2, .theme-preview-title {
    font-weight: bold;
}

#city-name {
    font-weight: 'Bold';
    font-size: 1.5em;
}

#city-region {
    font-weight: 'Bold';
    font-size: 1em;
}

.stat-value {
       font-weight: 'Bold'; 
}

.p {
    font-weight: 300;
}

#debugPopup {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 2147483647;
  width: 360px;
  max-width: calc(100vw - 24px);
  background: #111;
  color: #fff;
  border: 1px solid #333;
  padding: 10px;
  font-family: "Source Code Pro", monospace !important;
  font-size: 12px;
}