@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
:root {
  --tenant-logo-width: 150px;

  --box-heading-font-family: "Instrument Sans", sans-serif;
  --box-body-font-family: "Instrument Sans", sans-serif;
  --box-button-font-family: "Instrument Sans", sans-serif;
  --page-bg-image: url("https://static.omnia-app.de/nyfter-qrel8/bg.webp");

  --box-bg-image: linear-gradient(to bottom left, #1f0642, #0b0c0f);

  --box-border-color: #3c2b46;
  --box-bg-color: #1f0642;
  --box-heading-color: #fff;
  --box-text-color: #fff;
  --box-border-radius: 4px;
  --box-box-shadow: inset 0px 0px 20px -5px rgba(0, 0, 0, 0.25);
  --box-heading-font-size: 32px;
  --box-body-font-size: 16px;

  --input-label-font-family: "Instrument Sans", sans-serif;
  --input-label-font-size: 16px;

  --submit-btn-bg-color: #570bdf;
  --submit-btn-text-color: #ffffff;
  --submit-btn-border-radius: 4px;
  --submit-btn-border-color: #3c2b46;
  --submit-btn-font-size: 14px;

  --input-bg-color: #1a1726;
  --input-text-color: #ffffff;
  --input-border-color: #403b4f;
  --input-border-radius: 4px;
  --input-placeholder-color: #808080;

  --footer-logo-lightness: 1;
  --footer-bg-color: rgba(0, 0, 0, 0.8);
  --footer-text-color: #fff;

  --forgot-order-btn-font-size: 14px;

  --action-option-btn-bg-color: #570bdf;
  --action-option-btn-text-color: #fff;
  --action-option-btn-hover-bg-color: #6f2c91;
}
