/* typography start */
p{
	font-family: "Merriweather", serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Proxima Nova", sans-serif;
}
.align_left{
	text-align: left;
}
.bold{
	font-weight: bold;
}
.merriweather {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* Proxima Nova – Light 300 */
@font-face{
  font-family:"Proxima Nova";
  font-style:normal;
  font-weight:300;
  font-display:swap;
  src:
    url("/wp-content/uploads/font/proximanova_light.otf") format("opentype");
}

/* Proxima Nova – Regular 400 */
@font-face{
  font-family:"Proxima Nova";
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:
    url("/wp-content/uploads/font/proximanova_regular.ttf") format("truetype");
}

/* Proxima Nova – Bold 700 */
@font-face{
  font-family:"Proxima Nova";
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:
    url("/wp-content/uploads/font/proximanova_bold.otf") format("opentype");
}

/* Proxima Nova – Bold Italic 700 */
@font-face{
  font-family:"Proxima Nova";
  font-style:italic;
  font-weight:700;
  font-display:swap;
  src:
    url("/wp-content/uploads/font/proximanova_boldit.otf") format("opentype");
}

/* Proxima Nova – ExtraBold 800 */
@font-face{
  font-family:"Proxima Nova";
  font-style:normal;
  font-weight:800;
  font-display:swap;
  src:
    url("/wp-content/uploads/font/proximanova_extrabold.otf") format("opentype");
}

/* Proxima Nova – Black 900 (OTF or TTF fallback) */
@font-face{
  font-family:"Proxima Nova";
  font-style:normal;
  font-weight:900;
  font-display:swap;
  src:
    url("/wp-content/uploads/font/proximanova_black.otf") format("opentype"),
    url("/wp-content/uploads/font/proximanova_black.ttf") format("truetype");
}

/* Proxima Nova – Black Italic 900 */
@font-face{
  font-family:"Proxima Nova";
  font-style:italic;
  font-weight:900;
  font-display:swap;
  src:
    url("/wp-content/uploads/font/proximanova_blackit.otf") format("opentype");
}
/* typography end */

.value_prop{

}

.full_width_section{

}
.float_left{
	float: left;
}
.text_width{
	
}