/* Global site styles */

:root {
  color-scheme: light dark;
  font-size: 16px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Helvetica Neue, Helvetica, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  line-height: 1.6;
  background-color: #fff2f9;
  color: rgba(38, 0, 24, 0.8);
  min-height: 100vh;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  top: -25%;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  opacity: 0.55;
  filter: blur(18dvmin) brightness(1.05) saturate(1.35);
  background-position: center;
  background-image: conic-gradient(
    from 25deg,
    #ff98d8 35deg,
    #ffc36d 100deg,
    #fff19d 160deg,
    #84e6ff 235deg,
    #c8b0ff 310deg,
    #ff98d8 360deg
  );
}

main {
  display: block;
  padding: 2rem 1rem;
  max-width: 40rem;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: rgba(170, 98, 158, 0.94);
}

p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  text-wrap: pretty;
}

ul,
ol {
  padding-left: 1.5rem;
}

a {
  color: rgba(127, 87, 169, 0.86);
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: rgba(255, 195, 109, 0.5);
}

a:hover,
a:focus {
  color: rgba(170, 98, 158, 0.94);
  text-decoration-color: rgba(255, 152, 216, 0.75);
}

img,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

.gianna {
  width: 9rem;
  height: 9rem;
  margin: 0 auto;
  border-radius: 4.5rem;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.gianna img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h1 {
  font-size: 1.2rem;
}

h2 {
  font-size: 1rem;
}
