@font-face {
  font-family: "SF Pro Rounded";
  src: url("fonts/SFRounded-Bold.woff2") format("woff2"),
    url("fonts/SFRounded-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Rounded";
  src: url("fonts/SFRounded-Heavy.woff2") format("woff2"),
    url("fonts/SFRounded-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Rounded";
  src: url("fonts/SFRounded-Black.woff2") format("woff2"),
    url("fonts/SFRounded-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Rounded";
  src: url("fonts/SFRounded-Light.woff2") format("woff2"),
    url("fonts/SFRounded-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Rounded";
  src: url("fonts/SFRounded-Medium.woff2") format("woff2"),
    url("fonts/SFRounded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Rounded";
  src: url("fonts/SFRounded-Regular.woff2") format("woff2"),
    url("fonts/SFRounded-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Rounded";
  src: url("fonts/SFRounded-Thin.woff2") format("woff2"),
    url("fonts/SFRounded-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Rounded";
  src: url("fonts/SFRounded-Semibold.woff2") format("woff2"),
    url("fonts/SFRounded-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Rounded";
  src: url("fonts/SFRounded-Ultralight.woff2") format("woff2"),
    url("fonts/SFRounded-Ultralight.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

html,
body {
  font-family: "SF Pro Rounded", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgb(252, 251, 255);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SF Pro Rounded", sans-serif;
  font-weight: 600;
}

p {
  font-weight: 400;
}

.flexRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.backgroundSvg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  opacity: 0.5;
}

.button {
  background: linear-gradient(
      90deg,
      rgb(108, 57, 148) -60%,
      rgb(238, 78, 193) 48.4375%,
      rgb(255, 149, 37) 135%
    )
    rgba(0, 0, 0, 0);
  border-radius: 63px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 0.602187px 0.602187px -1.25px,
    rgba(0, 0, 0, 0.16) 0px 2.28853px 2.28853px -2.5px,
    rgba(0, 0, 0, 0.063) 0px 10px 10px -3.75px;
  opacity: 1;
  will-change: transform;
  padding: 10px 20px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}
