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

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

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

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

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

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

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