@charset "UTF-8";

:root {
  --primary: #f76b1c !important;
  --primary-dark: #e2620d;
  --hover: #f89861 !important;
  --border: #ffa571;
  --background-color: #f76b1c;
  --primary-transparency: #f76c1c36;
  --primary-border-transparency: #f76c1c36;
  --plus-background: url("../media/svg/icons/plus-square-orange.svg") no-repeat center;
  --minus-background: url("../media/svg/icons/minus-square-orange.svg") no-repeat center;
  --action: #30336b;
  --primary-light: #ffeee4;

  --menu-color: #ffffff !important;
  --menu-color-hover: #ffffff !important;
}