@charset "utf-8";
/* Font Family */
@font-face {
    font-family: 'ProximaNova Regular';
    src: url('https://www.data4amazon.com//font1/proximanova_regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova SemiBold';
    src: url('https://www.data4amazon.com//font1/proximanova_semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova Bold';
    src: url('https://www.data4amazon.com//font1/proximanova_bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

:root {
	--bs-regular-font-family: 'ProximaNova Regular';
	--bs-semibold-font-family: 'ProximaNova SemiBold';
	--bs-bold-font-family: 'ProximaNova Bold';
}
body {font-family: 'ProximaNova Regular' !important;}
body { font:300 16px/26px 'ProximaNova Regular' !important; color: #222222; }h1, h2, h3, h4, h5, h6 { font-family: 'ProximaNova Regular' !important;}h3.entry-title { font-size: 35px !important;	line-height: 1.3 !important;}.entry-content p {	font-family: "ProximaNova Regular";  font-size: 16px; font-weight: 300; margin-bottom: 10px;}
h1.entry-title {font-size: 45px;line-height: 1.3 !important;margin-bottom: 0.25em;font-weight: 300;}#primary.content-area .entry-content h2 {font-size: 25px !important;line-height: 6px;margin-bottom: 5px;margin-top: 20px;font-weight: 600;color: #000;
}


