@import './base.css';
@import './reset.css';
@import './header-bg-footer.css';

body {
  font-family:
    Nunito,
    Microsoft YaHei;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:
    Montserrat,
    Montserrat YaHei;
}
:root {
  --bg: #fff;
  --blue-1: #0087ff;
  --blue-2: #0071c8;
  --blue-3: #047ae3;
  --blue-4: #b8f9ff;
  --blue-5: #c8e7f7;
  --blue-6: #2494ff;
  --white-1: #fff;
  --white-2: #f7f7f7;
  --black-1: #181818;
  --black-2: #999;
  --black-3: #3d434e;
  --gray-1: #f6f5f1;
  --gray-2: #6c6c6c;
  --gray-3: #f2f2f2;
  --gray-4: #e1e1e1;
  --gray-5: #e4e4e4;
  --gray-6: #eeeeee;
  --gray-7: #d4d4d4;
  --gray-8: #6c757d;
  --gray-9: #ebebeb;
  --yellow-1: #fffaba;
  --yellow-2: #db7b03;
  --orange-1: #f16939;
  --orange-2: #e16337;
  --green-1: #e0ffcc;
  --purple-1: #4f46e5;
  --purple-2: #4038b7;
  --red-1: #ff5722;
  --shadow-1: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  --shadow-1m: 0 0.02rem 0.02rem 0 rgba(0, 0, 0, 0.2);
  --shadow-2: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  --shadow-2m: 0 0.02rem 0.02rem 0 rgba(0, 0, 0, 0.3);
}
