/* Genentech Fonts */
@font-face {
  font-family: 'Gene-Sans-Regular';
  src: url('https://fonts.gene.com/genentech/Gene-Sans-Regular.eot');
  src: url('https://fonts.gene.com/genentech/Gene-Sans-Regular.eot?#iefix') format('embedded-opentype'),
       url('https://fonts.gene.com/genentech/Gene-Sans-Regular.woff2') format('woff2'),
       url('https://fonts.gene.com/genentech/Gene-Sans-Regular.woff') format('woff'),
       url('https://fonts.gene.com/genentech/Gene-Sans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gene-Sans-Light';
  src: url('https://fonts.gene.com/genentech/Gene-Sans-Light.eot');
  src: url('https://fonts.gene.com/genentech/Gene-Sans-Light.eot?#iefix') format('embedded-opentype'),
       url('https://fonts.gene.com/genentech/Gene-Sans-Light.woff2') format('woff2'),
       url('https://fonts.gene.com/genentech/Gene-Sans-Light.woff') format('woff'),
       url('https://fonts.gene.com/genentech/Gene-Sans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gene-Sans-Bold';
  src: url('https://fonts.gene.com/genentech/Gene-Sans-Bold.eot');
  src: url('https://fonts.gene.com/genentech/Gene-Sans-Bold.eot?#iefix') format('embedded-opentype'),
       url('https://fonts.gene.com/genentech/Gene-Sans-Bold.woff2') format('woff2'),
       url('https://fonts.gene.com/genentech/Gene-Sans-Bold.woff') format('woff'),
       url('https://fonts.gene.com/genentech/Gene-Sans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gene-Condensed-Regular';
  src: url('https://fonts.gene.com/genentech/Gene-Condensed-Regular.eot');
  src: url('https://fonts.gene.com/genentech/Gene-Condensed-Regular.eot?#iefix') format('embedded-opentype'),
       url('https://fonts.gene.com/genentech/Gene-Condensed-Regular.woff2') format('woff2'),
       url('https://fonts.gene.com/genentech/Gene-Condensed-Regular.woff') format('woff'),
       url('https://fonts.gene.com/genentech/Gene-Condensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Font smoothing */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}