/*Site Fonts*/
@font-face {
  font-family: "Beach Bound Script";
  src:
    url("/wp-content/themes/bbd-divi-child/fonts/beach_bound_script-webfont.woff2") format("woff2"),
    url("/wp-content/themes/bbd-divi-child/fonts/beach_bound_script-webfont.woff") format("woff"),
}
@font-face {
  font-family: "Beach Bound Script Thin";
  src:
    url("/wp-content/themes/bbd-divi-child/fonts/beach_bound_script_thin-webfont.woff2") format("woff2"),
    url("/wp-content/themes/bbd-divi-child/fonts/beach_bound_script_thin-webfont.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
    font-family: 'almondregular';
    src: url('/wp-content/themes/bbd-divi-child/fonts/almond-webfont.woff2') format('woff2'),
         url('/wp-content/themes/bbd-divi-child/fonts/almond-webfont.woff') format('woff'),
         url('/wp-content/themes/bbd-divi-child/fonts/almond.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

/*Defaults*/
body, .et_pb_button {
	font-weight: 400;
}
/*body, .et_pb_section {
  background-color: #f6f3ef
}*/
h1,h2,h3,h4,h5,h6 {
  font-family: "almondregular", Georgia, serif;
}
.beach-bound-script {
 font-family: "Beach Bound Script", script;
 font-size: 1.5em;
}
a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var {
  font-family: "proxima-nova", sans-serif;
}

/*Other Styles*/
#bbd-bottom-footer {
  background: #3C4731;
}

