
:root {
  --artist-color: #161616 ;
  --artist-color-dark: #010101 ;
  --artist-color-light: #222222;
  --text-color: #d0d0d0 }

.artist-color {
background-color: var(--artist-color) !important;
}
.artist-color-dark {
background-color: var(--artist-color-dark) !important;
}
.artist-color-light {
background-color: var(--artist-color-light) !important;
}
.text-color {
color: var(--text-color) !important;
}
.text-color.weak {
  opacity:0.6;
}

@import url('https://fonts.googleapis.com/css2?family=Unica+One&display=swap');

h1, h2, h3, .nav-link, .footer-link {
	font-family: 'Unica One', cursive !important;
}


