@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
  --secondary-dark: rgb(37, 37, 38);
  --vsc-background: rgb(30, 30, 30);
  --button-color: rgb(113, 28, 59);
  --button-color-hover: rgba(113, 28, 59, 0.667);
  --def-border-radius: 5px;
}

html,
body,
#root {
  height: 100%;
  background-color: var(--vsc-background);
  font-family: "Lexend", sans-serif;
}

body {
  padding: 0;
  color: white;
  padding: 0px;
  margin: 0px;
  height: 100%;
}