@import url('https://fonts.googleapis.com/css2?family=Libertinus+Serif+Display&display=swap');

.grad {
  font-family: "Libertinus Serif Display", system-ui;
  font-weight: 600;
  font-style: normal;
  color: #702c94;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}

.font-grad {
  font-family: "Libertinus Serif Display", system-ui;
  font-weight: 600;
  font-style: normal;
}

