:root {
  /*
   * Typography
   * ======================================================================== */

  --font-family-base: "Outfit", Arial, Helvetica, sans-serif;

  /*
   * Layout
   * ======================================================================== */

  --max-content-width: 1274px;
  --max-listing-width: 1080px;
  --max-container-width: 100%;

  /*
   * Media queries breakpoints
   * ======================================================================== */

  --screen-xs-min: 480px;
  /* Extra small screen / phone */
  --screen-sm-min: 768px;
  /* Small screen / tablet */
  --screen-md-min: 992px;
  /* Medium screen / desktop */
  --screen-lg-min: 1200px;
  /* Large screen / wide desktop */
  --font-bold: 700;

  --border-color: #E9E9E9;
  --background-color: #ffffff;
  --btn-color: #080A1C;
  --btn-primary-bg: #4682B4;
  --btn-primary-color: #ffffff;
  --btn-primary-bg-hover: #4682B4;
  --btn-primaryBorder-bg: #ffffff;
  --btn-primaryBorder-color: #4682B4;
  --btn-primaryBorder-hover-bg: #4682B4;
  --btn-secondary-bg: #4682B4;
  --btn-secondary-color: #ffffff;
  --btn-secondary-hover-bg: #4682B4;
  --common-background-color: #4682B4;
  --common-border-color: #E9E9E9;
  --common-text-color: #080A1C;
  --common-link-color: #CC5500;
  --common-gray-bg-color: #F9F9F9;
  --verified-color: #079118;
  --modalText-color: #7D7D7D;
  --search-input-border: #E0E0E0;
  --modal-header-bg: #F2F2F2;
  --success-status-bg: #008976;
  --cancelled-status-bg: #E02B07;
  --expired-status-bg: #EBA414;
  --approved-status-bg: #0DB707;
  --pending-status-bg: #075FB7;
  --cancel-border: #EE607C;
  --cancel-bg: #FFF0F3;
  --strike-line: #FF465F;
  --cancel-refund-border: #87E85E;
  --cancel-refund-bg: #F4FFF0;
  --white-text: #ffffff;
  --error-text-color: #ff0000;
}