@font-face {
  font-display: swap;
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 400;
  src: url("../_fonts/cinzel-v26-latin-regular.woff2") format("woff2"),
       url("../_fonts/cinzel-v26-latin-regular.ttf") format("truetype");
}
body {
  font-family: "Cinzel", sans-serif;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  padding: 20px;
  margin: 12px;
  overflow-x: hidden;
}
p {
  font-size: 1em;
  margin-bottom: 0px;
}
h2 {
  font-size: 1em;
  text-transform: uppercase;
  margin-top: 0px;
}
a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}
.tm-dp-container {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.tm-dp-block {
  margin: 20px 0px 20px 0px;
  padding: 67px 63px;
  bottom: 0px;
  position: relative;
  border-radius: 1em;
}
.tm-dp-text-white {
  color: #FFFFFF;
}
.tm-dp-text-white a {
  color: #FFFFFF;
}
.tm-dp-bg-dark {
  background-color: #484D4B;
}
.tm-dp-bg-light {
  background-color: #828A87;
}
.tm-dp-bg-light a:hover,
.tm-dp-bg-light a:focus {
  color: #484D4B;
}
@media (max-width: 639px) {
  body {
    padding: 0px;
  }
  .tm-dp-block {
    padding: 30px;
  }
}
@media (pointer: coarse) {
  body {
    font-size: 16px;
  }
}
