:root {
  --background-color: rgb(017,077,151);
  --action-color: rgb(000,168,225);
  --button-text-color: rgb(255,255,255);
  --primarytext-color: rgb(255,255,255);
  --secondarytext-color: hsla(0, 0%, 100%, 0.8);
  --errortext-color: rgb(66, 214, 255);
  --border-color: rgba(255, 255, 255, 0.5);
  --control-height: 40px;
  --font-family: sans-serif;
  --font-size: 16px;
  --small-font-size: 12px;
}

@font-face {
  font-family: _maintitle;
  src: url(loew_regular.otf);
}

@font-face {
  font-family: _subtitle;
  src: url(loew_regular.otf);
}
