/* 全站正文字体。Remix Icon / Font Awesome 仍为独立图标字体，勿删其样式表。 */
@font-face {
  font-family: 'Louis Vuitton';
  src: url('./webfonts/LouisVuitton-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html {
  font-family: 'Louis Vuitton', sans-serif;
}

body {
  font-family: inherit;
}
