
@font-face {
  font-family: 'Patria';
  src: url('fonts/Patria_Regular.otf') format('opentype');
  font-weight: 400;
}
@font-face {
  font-family: 'Patria';
  src: url('fonts/Patria_Light.otf') format('opentype');
  font-weight: 300;
}
@font-face {
  font-family: 'Patria';
  src: url('fonts/Patria_Bold.otf') format('opentype');
  font-weight: 700;
}
@font-face {
  font-family: 'Acumin';
  src: url('fonts/AcuminVariableConcept.otf') format('opentype');
  font-weight: 400;
}
body {
  font-family: 'Patria', sans-serif;
}
