/* Definicja fontu */
@font-face {
  font-family: 'TT Hoves Pro';
  src: url('/Users/mateuszszwaja/Downloads/TT Hoves Pro/woff2') format('woff2'),
       url('/Users/mateuszszwaja/Downloads/TT Hoves Pro/woff') format('woff');
  font-weight: 400; /* regular */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Hoves Pro';
  src: url('/Users/mateuszszwaja/Downloads/TT Hoves Pro/woff2') format('woff2'),
       url('/Users/mateuszszwaja/Downloads/TT Hoves Pro/woff') format('woff');
  font-weight: 700; /* bold */
  font-style: normal;
  font-display: swap;
}

/* Przypisanie fontu do Scroll Viewport */
:root {
  --vpt-theme-text-font: "TT Hoves Pro", sans-serif;
  --vpt-theme-headline-font: "TT Hoves Pro", sans-serif;
}

