@font-face {
  font-family: "Radikal";
  src: url("../fonts/Radikal_Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Radikal";
  src: url("../fonts/Radikal_Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

html {
  background-color: #ddbbdd;
  background-image: radial-gradient(circle, #ddbbdd 0%, #ddbbdd 50%, #c488c4 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body {
  height: 100vh;
  color: #330033;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

h1, h2 {
  font-family: "Radikal";
  text-transform: uppercase;
  margin: 0;
}

h1 {
  background: -webkit-linear-gradient(#aa00aa, #5e005e);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #880088;
  font-weight: 700;
  font-size: 4em;
}

h2 {
  font-size: 1.75em;
  font-weight: 400;
  opacity: 0.9;
  letter-spacing: 0.25em;
}

::selection {
  background: #aa00aa !important;
  color: #ddbbdd !important;
  text-shadow: none !important;
  -webkit-text-fill-color: #ddbbdd !important;
}
