
:root {
  --primary: #e40613;
  --secondary: #e41961;
  --tertiary: #f4d1d1;
  --accent: #718096;
  --background: #fff;
  --main: #0d0106;
  --header: #2d3748;

  /* color-scheme: light dark; */
}

/* CUSTOM */
::-webkit-scrollbar {
  width: 16px !important;
  height: 16px !important;
}

html, tbody.scroll {
  scrollbar-width: auto !important;
}
