@import url('https://fonts.googleapis.com/css2?family=Geologica:CRSV@0&display=swap');

body {
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
	"slnt" 0,
	"CRSV" 0,
	"SHRP" 0;
  background: linear-gradient(140deg, #15347d 0%, #671c88 45% 55%, #1b1567 100%);
}