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

@font-face {
  font-family: 'Shan';
  src: url('/fonts/Shan-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

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

@font-face {
  font-family: 'Shan';
  src: url('/fonts/Shan-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
