:root {
  --primary-color: #4080ff;
  /* --primary-color: #ff9a2e; */
  --primary-color_20: #4080ff20;
  --secondary-color-1: #f76560;
  --secondary-color-1_26: #f7656026;
  --secondary-color-2: #14c9c9;
  --secondary-color-3: #4080ff;
  --secondary-color-3_26: #4080ff26;
  --secondary-color-4: #f7f8fa;
  --secondary-color-5: #e5e6eb;
  --secondary-color-6: #4cd263;
  --secondary-color-7: #1890ff;
  --text-color-1: #4e5969;
  --text-color-2: #4e5969;
  --border-color: #ffffff;  
}
@font-face {
  font-family: 'Unidream';
  src: url("./lib/font/UnidreamLED.otf") format("opentype");
}