:root {
    --ss-color-66980: #032840;
    --ss-color-66988: #EDC700;
    --ss-color-66980-dark: #000f27;
    --ss-color-66988-dark: #d4ae00;
}


:root {
  --ss-title-font-family: 'News Cycle', sans-serif;
  --ss-paragraph-font-family: 'Raleway', sans-serif;
  --ss-navigation-font-family: 'Roboto', sans-serif;
  --ss-navigation-font-size: 16px;
}


.site-button {
    border-style: solid;


  border-radius: 14px;

    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;
}

