@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular.woff2') format('woff2'),
         url('../fonts/roboto-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Martel DemiBold';
    src: url('../fonts/martel-semibold.woff2') format('woff2'),
         url('../fonts/martel-semibold.woff') format('woff'),
	 url('../fonts/martel-semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto-condensed-regular.woff2') format('woff2'),
         url('../fonts/roboto-condensed-regular.woff') format('woff'),
	 url('../fonts/roboto-condensed-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body,p,a {
	font-family:'robotoregular', sans-serif;
	color:#252525;}

body {font-size:16px;}

h1 {
font-family: "Martel DemiBold", serif;
  font-size: 36px;
  color: #339933;
  font-style: normal;}

h2 {
font-family: "Martel DemiBold", serif;
  font-size: 28px;
  color: #339933;
  font-style: normal;
line-height: 1.5}

h3 {
font-family: "Martel DemiBold", serif;
  font-size: 20px;
  color: #339933;
  font-style: normal;
line-height: 1.5}

h4 {
font-family: "Martel DemiBold", serif;
  font-size: 20px;
  color: #333333;
  font-style: normal;
	line-height: 1.5}

/*-------------------------------MENU------------------------------*/

#sp-menu div nav ul li.sp-menu-item a {font-family: "Roboto Condensed", sans-serif;
	font-size: 19px;}

/* FOOTER */
#sp-footer1 span, #sp-footer1 p, #sp-footer2 span, #sp-footer2 p {color: #FFFFFF;}
