@font-face {
  font-family: D-DIN-Bold;
  font-weight: bold;
  src: url('./D-DIN-Bold.otf') format('opentype');
}

@font-face {
  font-family: D-DIN;
  font-weight: bold;
  src: url('./D-DIN-Bold.otf') format('opentype');
}

.D-DIN-font {
  font-family: D-DIN-Bold;
}

@font-face {
  font-family: D-DIN;
  font-weight: bold;
  src: url('./D-DIN-Regular.otf') format('opentype');
}

.D-DIN-font {
  font-family: D-DIN;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./Montserrat/static/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('./Montserrat/static/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('./Montserrat/static/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('./Montserrat/static/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* 斜体示例 */
@font-face {
  font-family: 'Montserrat';
  src: url('./Montserrat/static/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

body {
  font-family: 'Montserrat';
}

* {
  font-family: 'Montserrat';
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: element-icons;
  src: url(./element-icons.woff) format("woff");
  font-weight: 400;
  font-display: "auto";
  font-style: normal;
}
