@import url(https://db.onlinewebfonts.com/c/29dc27977e417a98e56556776f41607c?family=Corbel);
:root {
  --background-color: #081423;
  --text-color-light: #fff3d4;
  --text-color-dark: #19365b;
  --font-primary: 'Yu Mincho Regular', serif;
  --font-secondary:  "Corbel", sans-serif;
  --shadow-hover: drop-shadow(0 0 15px #ffeec3d2);
  --shadow-option: 0 0 15px #9a9a9a;
  --spotlight-gradient-main: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.777) 10%, rgba(255, 255, 255, 0.318) 100%);
  --spotlight-gradient-side: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.63) 10%, rgba(255, 255, 255, 0.103) 100%);
}