* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

/* stylelint-disable-next-line selector-class-pattern */ 
.radix-themes {
	--default-font-family: var(--font-inter);
  --breakpoint-xs: 520px;
  --breakpoint-sm: 768px;
  --breakpoint-md: 1024px;
  --breakpoint-lg: 1280px;
  --breakpoint-xl: 1640px;
  --main-layout-header-height: 48px;
  --main-layout-nav-sidebar-width: 240px;
  --main-layout-props-sidebar-width: 340px;
  --main-layout-list-controls-height: 32px;
}

[data-sonner-toast][data-type="success"] [data-icon] {
  color: var(--green-8);
}

[data-sonner-toast][data-type="error"] [data-icon] {
  color: var(--red-10);
}

[data-sonner-toast][data-type="info"] [data-icon] {
  color: var(--blue-10);
}