@charset "UTF-8";
/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 * 
 * © 2024 MyFonts Inc. */
@font-face {
  font-family: "NeueHelveticaPro55Roman";
  src: url("../fonts/NeueHelveticaPro55Roman/font.woff2") format("woff2"), url("../fonts/NeueHelveticaPro55Roman/font.woff") format("woff");
}
@font-face {
  font-family: "NeueHelveticaPro75Bold";
  src: url("../fonts/NeueHelveticaPro75Bold/font.woff2") format("woff2"), url("../fonts/NeueHelveticaPro75Bold/font.woff") format("woff");
}
.nvdta-button {
  font-size: 24px;
  line-height: 29px;
  font-family: Helvetica Neue, Helvetica, "NeueHelveticaPro55Roman", Arial, sans-serif;
  padding: 4px 6px;
  text-decoration: none;
  display: inline-block;
  align-self: flex-start;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  --button-variant: #fff;
  --button-variant-color: #000;
  --button-variant-color-hover: #8A96A7;
  --button-variant-bg-hover: #fff;
  background-color: var(--button-variant) !important;
  color: var(--button-variant-color) !important;
  text-decoration: none !important;
}
.nvdta-button:hover {
  background-color: var(--button-variant-bg-hover) !important;
  color: var(--button-variant-color-hover) !important;
}
.nvdta-button.black {
  --button-variant: #000;
  --button-variant-color: #fff;
  --button-variant-color-hover: #8A96A7;
  --button-variant-bg-hover: #000;
}/*# sourceMappingURL=base.css.map */