:root {
    --ss-color-123915: #000000;
    --ss-color-123920: #FF00D2;
    --ss-color-123915-dark: #000000;
    --ss-color-123920-dark: #e600b9;
}


:root {
  --ss-title-font-family: 'Inter', sans-serif;
  --ss-paragraph-font-family: 'League Spartan', sans-serif;
  --ss-navigation-font-family: 'Bebas Neue', sans-serif;
  --ss-navigation-font-size: 16px;
}


.site-button {

    border-style: none;

  border-radius: 9px;

    box-shadow: 0px 4px 12px 1.28px rgba(0, 0, 0, 0.3);

}


body {
  background-color: #f5f5f5;
}

body:before {
    background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

