@font-face {
  font-family: myPlex;
  src: url(IBMPlexSans-VariableFont_wdth,wght.ttf);
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
body {
  font-family: myPlex;
  font-size: 16px;
  /*background-color: #3a6ea5;*/
  background-color: #fff;
  color: #000;
}
h1 {
  font-family: myPlex;
  font-size: 2em;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  margin: 12px;
}
p {
  font-family: myPlex;
  font-size: 1em;
  color: #000;
}
blockquote {
  font-family: myPlex;
  font-size: 1em;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; /* aspect ratio */
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}