/* Fonts */

@font-face {
  font-family: 'Bodoni MT';
  font-style: normal;
  font-weight: 300;
  src: url('bodoni-mt/BodoniMT.ttf');
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('poppins/poppins-v19-latin-300.eot');
  src: local(''),
    url('poppins/poppins-v19-latin-300.eot?#iefix') format('embedded-opentype'),
    url('poppins/poppins-v19-latin-300.woff2') format('woff2'),
    url('poppins/poppins-v19-latin-300.woff') format('woff'),
    url('poppins/poppins-v19-latin-300.ttf') format('truetype'),
    url('poppins/poppins-v19-latin-300.svg#Poppins') format('svg');
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('poppins/poppins-v19-latin-regular.eot');
  src: local(''),
    url('poppins/poppins-v19-latin-regular.eot?#iefix') format('embedded-opentype'),
    url('poppins/poppins-v19-latin-regular.woff2') format('woff2'),
    url('poppins/poppins-v19-latin-regular.woff') format('woff'),
    url('poppins/poppins-v19-latin-regular.ttf') format('truetype'),
    url('poppins/poppins-v19-latin-regular.svg#Poppins') format('svg');
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('poppins/poppins-v19-latin-500.eot');
  src: local(''),
    url('poppins/poppins-v19-latin-500.eot?#iefix') format('embedded-opentype'),
    url('poppins/poppins-v19-latin-500.woff2') format('woff2'),
    url('poppins/poppins-v19-latin-500.woff') format('woff'),
    url('poppins/poppins-v19-latin-500.ttf') format('truetype'),
    url('poppins/poppins-v19-latin-500.svg#Poppins') format('svg');
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('poppins/poppins-v19-latin-600.eot');
  src: local(''),
    url('poppins/poppins-v19-latin-600.eot?#iefix') format('embedded-opentype'),
    url('poppins/poppins-v19-latin-600.woff2') format('woff2'),
    url('poppins/poppins-v19-latin-600.woff') format('woff'),
    url('poppins/poppins-v19-latin-600.ttf') format('truetype'),
    url('poppins/poppins-v19-latin-600.svg#Poppins') format('svg');
  font-display: swap;
}

/* Material Icon Rounded */
@font-face {
  font-family: 'Material Icons Round';
  font-style: normal;
  font-weight: 400;
  src: url('material-icons/material-icons-round-v100.woff2') format('woff2');
  font-display: swap;
}

.material-icons-round {
  font-family: 'Material Icons Round';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}