@font-face {
  font-family: "Montserrat";
  src: url("https://example.com/fonts/BrandVoice.woff") format("woff");
}

:root {
  --vpt-theme-text-font: "Montserrat", sans-serif;
  --_background-color-selected: #303030;
  --background-color-focused: #303030;
  --link-color: #fbc02d;
  --link-color-hovered: #fbc02d;
}
  