/* see https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight for how font-weights match up */

/* 

for example, if you want Roboto-Black, use font-weight: 900 

Available weights:

100 Thin
300 Light
400 (normal) Normal
500 Medium
700 (bold) Bold
900 Black

*/

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(Roboto-Thin-webfont.woff2) format('woff2'),
    url(Roboto-Thin-webfont.woff) format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url(Roboto-ThinItalic-webfont.woff2) format('woff2'),
    url(Roboto-ThinItalic-webfont.woff) format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(Roboto-Light-webfont.woff2) format('woff2'),
    url(Roboto-Light-webfont.woff) format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url(Roboto-LightItalic-webfont.woff2) format('woff2'),
    url(Roboto-LightItalic-webfont.woff) format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(Roboto-Regular-webfont.woff2) format('woff2'),
    url(Roboto-Regular-webfont.woff) format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(Roboto-Italic-webfont.woff2) format('woff2'),
    url(Roboto-Italic-webfont.woff) format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(Roboto-Medium-webfont.woff2) format('woff2'),
    url(Roboto-Medium-webfont.woff) format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url(Roboto-MediumItalic-webfont.woff2) format('woff2'),
    url(Roboto-MediumItalic-webfont.woff) format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(Roboto-Bold-webfont.woff2) format('woff2'),
    url(Roboto-Bold-webfont.woff) format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(Roboto-BoldItalic-webfont.woff2) format('woff2'),
    url(Roboto-BoldItalic-webfont.woff) format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(Roboto-Black-webfont.woff2) format('woff2'),
    url(Roboto-Black-webfont.woff) format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url(Roboto-BlackItalic-webfont.woff2) format('woff2'),
    url(Roboto-BlackItalic-webfont.woff) format('woff');
}


/* Condensed */

@font-face {
  font-display: swap;
  font-family: 'Roboto-Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(Roboto-Condensed-Light-webfont.woff2) format('woff2'),
    url(Roboto-Condensed-Light-webfont.woff) format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto-Condensed';
  font-style: italic;
  font-weight: 300;
  src: url(Roboto-Condensed-LightItalic-webfont.woff2) format('woff2'),
    url(Roboto-Condensed-LightItalic-webfont.woff) format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto-Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(Roboto-Condensed-Regular-webfont.woff2) format('woff2'),
    url(Roboto-Condensed-Regular-webfont.woff) format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto-Condensed';
  font-style: italic;
  font-weight: 400;
  src: url(Roboto-Condensed-Italic-webfont.woff2) format('woff2'),
    url(Roboto-Condensed-Italic-webfont.woff) format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto-Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(Roboto-Condensed-Bold-webfont.woff2) format('woff2'),
    url(Roboto-Condensed-Bold-webfont.woff) format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto-Condensed';
  font-style: italic;
  font-weight: 700;
  src: url(Roboto-Condensed-BoldItalic-webfont.woff2) format('woff2'),
    url(Roboto-Condensed-BoldItalic-webfont.woff) format('woff');
}


/* Slab */

@font-face {
  font-display: swap;
  font-family: 'Roboto-Slab';
  font-style: normal;
  font-weight: 100;
  src: url(RobotoSlab-Thin-webfont.woff2) format('woff2'),
    url(RobotoSlab-Thin-webfont.woff) format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto-Slab';
  font-style: normal;
  font-weight: 300;
  src: url(RobotoSlab-Light-webfont.woff2) format('woff2'),
    url(RobotoSlab-Light-webfont.woff) format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto-Slab';
  font-style: normal;
  font-weight: 400;
  src: url(RobotoSlab-Regular-webfont.woff2) format('woff2'),
    url(RobotoSlab-Regular-webfont.woff) format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto-Slab';
  font-style: normal;
  font-weight: 700;
  src: url(RobotoSlab-Bold-webfont.woff2) format('woff2'),
    url(RobotoSlab-Bold-webfont.woff) format('woff');
}