.fs_10{font-size: 10px;}
.fs_13{font-size: 13px;}
.fs_12{font-size: 12px;}
.fs_13{font-size: 13px;}
.fs_14{font-size: 14px;}
.fs_15{font-size: 15px;}
.fs_16{font-size: 16px;}
.fs_17{font-size: 17px;}
.fs_18{font-size: 18px;}



.fw_100{font-weight: 100;}
.fw_200{font-weight: 200;}
.fw_300{font-weight: 300;}
.fw_400{font-weight: 400;}
.fw_500{font-weight: 500;}
.fw_600{font-weight: 600;}
.fw_700{font-weight: 700;}
.fw_800{font-weight: 800;}
.fw_900{font-weight: 900;}


.default_btn{border-radius: 25px; padding: .5rem 2rem; background-color: var(--primary); border: none; color: white;transition: all .3s ease;}
.default_btn:hover{box-shadow: 0 0 5px 1px var(--primary);}
input.form-control:focus{box-shadow: none; outline: none; border-color: var(--primary);}


.bg_primary_light{background-color: #ffd3b835;}