/* Fonts */
@font-face {
    font-family: "MardotoReg";
    src: url("../fonts/Mardoto-Regular.otf") format("opentype"),
    url("../fonts/Mardoto-Regular.woff2") format("woff2");
    font-weight: 400;
}
@font-face {
    font-family: "MardotoBold";
    src: url("../fonts/Mardoto-Bold.otf") format("opentype"),
    url("../fonts/Mardoto-Bold.woff2") format("woff2");
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'MardotoBold', arial, sans-serif !important;
	font-weight: 700 !important;
}

p, a, ul, li {
	font-family: 'MardotoReg', arial, sans-serif !important;
	font-weight: 400 !important;
}

p {
	font-size: 18px !important;
}

.font-reg,
.font-reg span {
	font-family: 'MardotoReg', arial, sans-serif !important;
	font-weight: 400 !important;
}

input:not([type="submit"]),
select,
textarea,
.font-reg,
.font-reg input,
.font-reg select,
.font-reg textarea {
	font-family: 'MardotoReg', arial, sans-serif !important;
	font-weight: 400 !important;
}

.font-bold,
.font-bold span {
    font-family: 'MardotoBold', arial, sans-serif !important;
	font-weight: 700 !important;
}
