:root {
  /* --cream: #fef7e5;
  --black: #212f1d;
  --orange: #db220e; */

  --white: #ffffff;
  --black: #000000;
  --orange: #db220e;
  --light: #f7f7f7;
  /* --khaki: #beb7a4; */
  --row-h: 50px;

  /* Desktop typography */
  --h-desktop: 45px;
  --sh-desktop: 16px;
  --p-desktop: 14px;

  --med: 24px;
  --xtra-small: 12px;

  /* Mobile typography */
  --h-mobile: 28px;
  --sh-mobile: 14px;
  --p-mobile: 12px;

  --stroke: 2px solid var(--black);
}
