@import url("https://use.typekit.net/ank1fxq.css");

@font-face {
  font-family: "Graphie";
  src: url("https://static.omnia-app.de/naturbummler-44fgy/Graphie-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Graphie";
  src: url("https://static.omnia-app.de/naturbummler-44fgy/Graphie-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("https://static.omnia-app.de/naturbummler-44fgy/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("https://static.omnia-app.de/naturbummler-44fgy/OpenSans-SemiBold.ttf")
    format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("https://static.omnia-app.de/naturbummler-44fgy/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("https://static.omnia-app.de/naturbummler-44fgy/OpenSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

:root {
  --tenant-logo-width: 150px;

  --box-heading-font-family: "Graphie", sans-serif;
  --box-heading-color: #2a2a28;
  --box-heading-font-size: 40px;
  --box-heading-font-weight: 600;

  --box-body-font-family: "OpenSans", sans-serif;
  --box-body-font-size: 18px;
  --box-body-font-weight: 400;

  --box-button-font-family: "Graphie", sans-serif;
  --page-bg-image: url("https://static.omnia-app.de/naturbummler-44fgy/bg.jpg");

  --box-bg-image: #fff;
  --box-border-color: #3e3e3d;
  --box-text-color: #3e3e3d;
  --box-border-radius: 4px;
  --box-box-shadow: inset 0px 0px 20px -5px rgba(0, 0, 0, 0.25);

  --input-label-font-family: "OpenSans", sans-serif;
  --input-label-font-size: 18px;

  --submit-btn-bg-color: #31919d;
  --submit-btn-text-color: #ffffff;
  --submit-btn-border-radius: 50px;
  --submit-btn-border-color: #fff;
  --submit-btn-font-size: 16px;
  --submit-btn-font-family: "Graphie", serif;
  --submit-btn-font-weight: 400;
  --submit-btn-text-transform: none;

  --input-bg-color: #fff;
  --input-text-color: #3e3e3d;
  --input-border-color: #3e3e3d;
  --input-border-radius: 4px;
  --input-placeholder-color: #3e3e3d;

  --footer-logo-lightness: 0;
  --footer-bg-color: rgba(255, 255, 255, 0.7);
  --footer-text-color: #000;

  --forgot-order-btn-font-size: 16px;
  --forgot-order-btn-font-family: "OpenSans", sans-serif;

  --box-box-shadow: none;

  --action-option-btn-bg-color: #ffffff;
  --action-option-btn-hover-text-color: #fff;
  --action-option-btn-hover-bg-color: #31919d;
  --action-option-btn-hover-border-color: #31919d;
}
