/* Override external Corner styles fonts:
   - We keep Corner CSS from corner.ch
   - Fonts are served locally to avoid CORS issues when loading @font-face assets
   - Must be loaded AFTER the Corner bundle.css
*/

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Light.ttf?ccpxix) format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.ttf?ccpxix) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Medium.ttf?ccpxix) format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Bold.ttf?ccpxix) format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: corner;
  src: url(../fonts/corner.eot?ccpxix);
  src:
    url(../fonts/corner.eot?ccpxix#iefix) format('embedded-opentype'),
    url(../fonts/corner.woff2?ccpxix) format('woff2'),
    url(../fonts/corner.ttf?ccpxix) format('truetype'),
    url(../fonts/corner.woff?ccpxix) format('woff'),
    url(../fonts/corner.svg?ccpxix#corner) format('svg');
  font-weight: 400;
  font-style: normal;
}
