:root {
    --ss-color-6079: #1c5494;
    --ss-color-6609: #C7C8C8;
    --ss-color-6610: #6B6B6B;
    --ss-color-6079-dark: #033b7b;
    --ss-color-6609-dark: #aeafaf;
    --ss-color-6610-dark: #525252;
}


:root {
  --ss-title-font-family: 'Mulish', sans-serif;
  --ss-paragraph-font-family: 'Mulish', sans-serif;
  --ss-navigation-font-family: 'Mulish', sans-serif;
  --ss-navigation-font-size: 20px;
}


.post-button {

    border-style: none;

  border-radius: 5px;


    box-shadow: none;
}


body {
  background-color: #ffffff;
}

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

