/* ===========================
   GhoomeNortheast Theme
=========================== */

:root {

  /* Brand Colors */
  --primary: #7CC84A;
  --primary-dark: #4E8B2B;
  --primary-light: #EAF8E1;
  --accent: #E53935;

  /* Neutral Colors */
  --white: #FFFFFF;
  --black: #111111;
  --text: #555555;
  --bg: #F8FBF6;
  --border: #E7E7E7;

  /* Gradients */
  --gradient-green: linear-gradient(135deg,#7CC84A,#4E8B2B);

  /* Shadows */
  --shadow-sm: 0 5px 15px rgba(0,0,0,.08);
  --shadow-md: 0 10px 30px rgba(0,0,0,.10);
  --shadow-lg: 0 20px 45px rgba(0,0,0,.15);

  /* Radius */
  --radius-sm:10px;
  --radius:18px;
  --radius-lg:28px;

  /* Transition */
  --transition:.35s ease;

  /* Width */
  --container:1200px;

}