@font-face {
  font-family: 'Dillan';
  src: url('/dillan-webfont.woff2') format('woff2'),
       url('/dillan-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.bg-darker {
  background-color: rgba(0, 0, 0, 0.025);
}
.text-display {
  font-family: "Dillan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}
.font-size-30 {
  font-size: 3.0rem !important;
}
.font-size-36 {
  font-size: 3.6rem !important;
}
.mt-100 {
  margin-top: 10rem !important;
}

.va-middle {
  vertical-align: middle;
}