/* Lato Font Family - Local Files */
/* 
注意：你需要先下载Lato字体文件到public/fonts/目录下
可以从以下地址下载：https://fonts.google.com/specimen/Lato
或者使用Google Fonts Helper: https://google-webfonts-helper.herokuapp.com/fonts/lato
*/

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

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

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

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

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

/* Italic variants */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('./Lato-ThinItalic.woff2') format('woff2'),
       url('./Lato-ThinItalic.woff') format('woff');
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('./Lato-LightItalic.woff2') format('woff2'),
       url('./Lato-LightItalic.woff') format('woff');
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('./Lato-Italic.woff2') format('woff2'),
       url('./Lato-Italic.woff') format('woff');
}

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

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