/* -------------------------------------
 * Fonts
 * -------------------------------------
 */

 @charset "UTF-8";

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

@font-face {
  font-family: 'Archia';
  src: url('../fonts/Archia-Bold.woff2') format('woff2'),
      url('../fonts/Archia-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archia';
  src: url('../fonts/Archia-Thin.woff2') format('woff2'),
      url('../fonts/Archia-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

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