* { box-sizing: border-box; }
body { margin: 0; }
::-webkit-scrollbar { width: 0; height: 0; }
.row-scroll::-webkit-scrollbar { display: none; }
a { text-decoration: none; color: inherit; }

:root {
  --border-radius-md: none;
  --shadow: none;
}
