/* template-color */

/* template-font */
@import url('https://fonts.cdnfonts.com/css/satoshi');


body{
    /* blue color */
	--brand-blue: #016E96;
	--brand-light-blue: #67A7C0;
	--brand-yellow: #E8EA75;
	--brand-grey:  #eeece8;
	--brand-gray: #b0b0b1;
	--brand-green: #068918;
	--brand-orange: #FF9D00;
	--brand-light-grey: #F4F4F4;
	--brand-pale-red: #F37A7A;
	--brand-light-green: #22CB07;
	--brand-theme-color:#fff;
	--brand-theme-universal-color: #000;
}

body {
    font-size:calc(10px + 0.3vw);
    letter-spacing: 0.4px;
    color:#71747a;
    line-height:1.3em;
    font-weight:400;
    background:#ffffff;
    font-family: 'Satoshi', sans-serif !important;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center top;
    -webkit-font-smoothing: antialiased;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.light-blue-bg {
    background-color: #9cd4d1 !important;
}

.text-light-blue {
    color: #9cd4d1 !important;
}
