/*
Theme Name: Spoti
Author: mg
Description: A custom front page theme based on the demo layout.
Version: 1.0.0
Text Domain: spoti
*/

:root {
  color-scheme: dark;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background-color: #121212;
  color: #ffffff;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #1db954;
  color: #000000;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  z-index: 100;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}
