@font-face {
  font-family: 'volte';
  src:
    url('/assets/fonts/volte/Volte.otf') 
    format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'volte';
  src:
    url('/assets/fonts/volte/Volte-Bold.otf')
    format('opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'volte';
  src:
    url('/assets/fonts/volte/Volte-Semibold.otf')
    format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'panton';
  src:
    url('/assets/fonts/panton/Panton-SemiBold.otf')
    format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'panton';
  src:
    url('/assets/fonts/panton/Panton-ExtraBold.otf')
    format('opentype');
  font-weight: 800;
  font-style: normal;
}

:root {
  --main-font: sans-serif;
}

html.partner-ewe {
  --main-font: 'volte', sans-serif;
}
html.partner-osnatel {
  --main-font: 'panton', sans-serif;
}

body, h1, h2, h3, p, button, input, select, textarea {
  font-family: var(--main-font);
}