@import url('https://fonts.googleapis.com/css?family=Prompt&display=swap');
body {
font-family: 'Prompt';
font-size: 12px;
margin:0px;
padding:0px;
overflow-x: hidden;

}
html, body {
overflow-x: hidden;
background-color: #FCFEFE;
}
body {
position: relative
}
a {
text-decoration: none;
}
.modal-backdrop
{
    opacity:0.7 !important;
}
.color-primary{color:#4ABEB2}
.color-accent{color:#F46A68}
.color-secondary{color:#565758}
.fwm{font-weight: 400;}
.fwb{font-weight: bold;}
.fwbb{font-weight: bolder;}
.fs16{font-size: 16px;}
.fs18{font-size: 18px;}
.fs20{font-size: 20px;}
.fs22{font-size: 22px;}
.fs24{font-size: 24px;}
