@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --max-width: 1400px;
  --max-width-content: 1200px;
  --primary-font: 'Inter', sans-serif;
  --border-color: #e5e7eb;
  --background-color: #fafafa;
  --highlight-color: #f97316;
  --highlight-color-secondary: #16a34a;
  --text-color: #737373;
  --white: #ffffff;
  --black: #000000;
  --red: #ef4444;
}

