/* Roboto Regular (400) */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v47-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Roboto Italic (400) */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v47-latin-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Roboto 100 */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v47-latin-100.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Roboto 100 Italic */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v47-latin-100italic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* Roboto 200 */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v47-latin-200.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Roboto 200 Italic */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v47-latin-200italic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/* Roboto 300 */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v47-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Roboto 300 Italic */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v47-latin-300italic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Roboto 500 */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v47-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Roboto 500 Italic */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v47-latin-500italic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Roboto 600 */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v47-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Roboto 600 Italic */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v47-latin-600italic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Roboto 700 */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v47-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Roboto 700 Italic */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v47-latin-700italic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Roboto 800 */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v47-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Roboto 800 Italic */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v47-latin-800italic.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* Roboto 900 */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v47-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Roboto 900 Italic */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v47-latin-900italic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}


body {
  font-family: 'Roboto', sans-serif;
}