@font-face {
  font-family: 'Josefin Sans';
  src: url('JosefinSans-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans Regular';
  src: url('OpenSans.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans Bold';
  src: url('OpenSansBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans Light';
  src: url('OpenSansLight.woff2') format('woff2');
}
@font-face {
  font-family: 'SFProDisplay';
  src: url('SFProDisplay.ttf') format('ttf');
}
@font-face {
  font-family: 'Magallanes';
  src: url('MagallanesBold.otf') format('opentype'), url('MagallanesBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Magallanes-Regular';
  src: url('MagallanesRegular.eot');
  src: url('MagallanesRegular.eot?#iefix') format('embedded-opentype'),
    url('MagallanesRegular.woff') format('woff'), url('MagallanesRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

*:focus {
  outline: none;
}
