@font-face {
  font-family: 'Geometria';
  src: url('../../fonts/Geometria/Light.woff') format('woff'),
       url('../../fonts/Geometria/Light.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Geometria';
  src: url('../../fonts/Geometria/LightItalic.woff') format('woff'),
       url('../../fonts/Geometria/LightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
}

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

@font-face {
  font-family: 'Geometria';
  src: url('../../fonts/Geometria/Italic.woff') format('woff'),
       url('../../fonts/Geometria/Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}

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

@font-face {
  font-family: 'Geometria';
  src: url('../../fonts/Geometria/Bold.woff') format('woff'),
       url('../../fonts/Geometria/Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}