:root {
  /* Breakpoints */
  --bp-mobile: 768px;
  --bp-tablet: 1024px;

  /* Containers — Desktop */
  --container-lg: 1200px;
  --container-md: 1024px;
  --container-sm: 840px;

  /* Spacing */
  --space-mobile: 16px;
  --space-tablet: 24px;
  --space-desktop: 32px;
}