/* Font face khai báo cố định cho toàn bộ font trong /assets/font */

@font-face {
  font-family: 'MJ-CS-Bogart';
  src: url('/assets/font/MJ-CS-Bogart.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TF-Shortages-9t95oz';
  src: url('/assets/font/TF-Shortages-9t95oz.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: '1FTVVIPQalogre-Regular';
  src: url('/assets/font/1FTVVIPQalogre-Regular.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'VL-Sunmora-Black';
  src: url('/assets/font/VL-Sunmora-Black.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFUBaskervilleBookRegular';
  src: url('/assets/font/SFUBaskervilleBookRegular.TTF') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}