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

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

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

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

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

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

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

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

/**
 * RobotoCondensed font face
 */
@font-face {
  font-family: 'RobotoCondensed';
  font-display: swap;
  src: url('./fonts/RobotoCondensed-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}

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

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

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

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

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