@font-face {
  font-family: 'StzBrandFont';
  src: url('/fonts/NeueHaasDisplayLight.woff2') format('woff2'),
      url('/fonts/NeueHaasDisplayLight') format('truetype');
  font-weight: normal ;
  font-size: 14pt;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'StzBrandFont', Arial, Helvetica, sans-serif;
}

.mainText {
  font-family: 'StzBrandFont', Arial, Helvetica, sans-serif;
  font-size: 14pt;
}

.subscribeButton {
  border: 1px solid red;
  border-radius: 5px;
  padding: 10px;
}

.btn-link {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  border: 1px solid #555;
  border-radius: 999px;          /* pill shape, change to 4px for squared */
  text-decoration: none;         /* remove underline */
  color: #222;                   /* text colour */
  background: transparent;
  font-weight: 500;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-link:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}

.btn-link:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.subCellAlign {
  vertical-align: middle;
}