/* 1) Načteme VolteRounded z vašeho Netlify hostingu */
@font-face {
  font-family: 'VolteRounded';
  src: url('https://neon-klepon-ddfe79.netlify.app/fonts/VolteRounded-Regular.otf');
  font-weight: normal;
  font-style: normal;
}

/* 2) Aplikujeme VolteRounded na celý widget */
.vfrc-widget {
  font-family: 'VolteRounded', sans-serif !important;
}