@font-face {
  font-family: 'Cardinal';
  src: url('./static/Cardinal.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  background: url(./static/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Cardinal', sans-serif !important;
  font-weight: 300;
  font-size: 16px;
}
.mc-btn-action {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
h1,
h2,
h3 {
  font-weight: 200;
}
h1 {
  color: antiquewhite !important;
}
.withBackground {
  background-color: antiquewhite;
}
.img-cover {
  min-height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.nGY2GThumbnail::after {
  width: 50px;
  height: 50px;
  background: aliceblue;
  position: relative;
}
