@import url(https://fonts.googleapis.com/css?family=Inter);

:root {
  --background: rgb(16, 16, 16);
  --foreground: rgb(239, 239, 239);

  --link: rgb(128, 128, 128);
  --darkText: rgb(96, 96, 96);
  --separator: rgb(32, 32, 32);

  --containerBackground: rgb(24, 24, 24);
  --innerContainerBackground: rgb(28, 28, 28);
  --innerContainerButtonBackground: rgb(36, 36, 36);
  --innerContainerHighlightButtonBackground: rgb(48, 48, 48);
  --innerContainerHighlightHoverButtonBackground: rgb(56, 56, 56);

  --fontFamily: Inter;
  font-family: var(--fontFamily);
}
