/* Place your custom styles here */
/* Lato：400/700 */
@font-face{
  font-family:'Lato';
  src:url('../fonts/lato/Lato-Regular.ttf') format('ttf');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Lato';
  src:url('../fonts/lato/Lato-Bold.ttf') format('ttf');
  font-weight:700; font-style:normal; font-display:swap;
}

.img-unify {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* 应用：任选其一或组合 */
html, body {
  font-family: 'Lato', 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Lato', 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
}

html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
