@font-face {
  font-family: trafficFont;
  src: url("../fonts/SF-Compact-Rounded-Light.otf");
}

body {
  font-family: "Barlow Semi Condensed", sans-serif;
  background-color: #003249;
}

.alert {
  padding: 0.5rem;
}

.form-wrap h1,
.form-wrap .form-label {
  font-weight: 600;
}
