/* global styles */
body {
  font-family: "Crete Round", serif;
}

/* Classes that are hidden until data is retrieved from NWS */
.showafterdata {
  display: none;
}

/* The primary yes/no indicator on the home page */
.yesno {
  font-size: 150px;
  font-weight: bold;
}

/* GPS location accuracy indicator */
.gpsinfo {
  font-size: 0.8rem;
}

/* Styles for loading spinner */
.loadimg img {
  width: 100%;
}

/* Clear the fixed navbar */
.clearnav {
  margin-top: 5.5rem !important;
}
