@font-face {
  font-family: "Verdana2";
  src: url("/assets/fonts/verdana2.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Last Priestess";
  src: url("/assets/fonts/lastpriestess.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

/* Ordinary text, including old FrontPage font elements */
body,
body font,
input,
textarea,
select,
button {
  font-family: "Verdana2", Verdana, Arial, sans-serif !important;
}

/* Titles and existing compatibility class */
h1,
h2,
h3,
h4,
h5,
h6,
h1 font,
h2 font,
h3 font,
h4 font,
h5 font,
h6 font,
.venue-heading-font,
.venue-heading-font font {
  font-family: "Last Priestess", "Times New Roman", serif !important;
  font-weight: normal;
}
html,
body {
  min-width: 1200px;
}

body {
  overflow-x: auto;
}

table {
  margin-left: auto;
  margin-right: auto;
}
