@font-face {
  font-family: 'Stockholm Type';
  src: url('/fonts/StockholmType-Bold.eot');
  src: url('/fonts/StockholmType-Bold.eot?#iefix') format('embedded-opentype'),
    /* url('/fonts/StockholmType-Bold.woff') format('woff'), */
      url('/fonts/StockholmType-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stockholm Type';
  src: url('/fonts/StockholmType-Regular.eot');
  src: url('/fonts/StockholmType-Regular.eot?#iefix')
      format('embedded-opentype'),
    /* url('/fonts/StockholmType-Regular.woff') format('woff'), */
      url('/fonts/StockholmType-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: light;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
