body {
  --color-background: #ffffff;
}

body {
  --color-primary: #32c36c;
}

body {
  --color-primary-compatible: #ffffff;
}

body {
  --color-secondary: #32c36c;
}

body {
  --button-color-primary-normal: #32c36c;
}

body {
  --button-color-primary-text: #ffffff;
}

body {
  --button-color-primary-hover: #32c36c;
}

body {
  --button-color-primary-hover-text: #ffffff;
}

body {
  --radius-input: 4px;
}

body {
  --radius-small: 4px;
}

body {
  --radius-medium: 4px;
}

body {
  --radius-large: 4px;
}

body {
  --radius-rounded: 4px;
}

body, html {
  font-family: dana,sans-serif;
}

h1,.h1 {
  font-family: dana,sans-serif;
}

h2,.h2 {
  font-family: dana,sans-serif;
}

h3,.h3 {
  font-family: dana,sans-serif;
}

h4,.h4 {
  font-family: dana,sans-serif;
}

h5,.h5 {
  font-family: dana,sans-serif;
}

h6,.h6 {
  font-family: dana,sans-serif;
}


body {
  --container-width: 1425px; --layout-container: 1425px;
}

.site-sub-header {
  margin-top: 30px;
}

.site-sub-header {
  color: #32c36c;
}
.site-sub-header .breadcrumb {
  color: #32c36c;
}
.site-sub-header .breadcrumb a {
  color: #32c36c;
}
.site-sub-header .breadcrumb .delimiter {
  color: #32c36c;
}


