@font-face {
  font-family: 'Roobert';
  font-weight: 500;
  src:
    url('/fonts/web/Roobert-Medium.woff2') format('woff2'),
    url('/fonts/web/Roobert-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Roobert';
  font-weight: 400;
  src:
    url('/fonts/web/Roobert-Regular.woff2') format('woff2'),
    url('/fonts/web/Roobert-Regular.woff') format('woff');
}

body {
  font-family: Roobert, sans-serif;
  font-variant-ligatures: no-contextual common-ligatures;
}
