/* Text Color Start */
.text-primary {color: #FB9002 !important;}
.text-secondary {color: #264458 !important;}
.text-dark {color: #222 !important;}
/* Text Color End */

/* Background Color Start */
.bg-primary {background-color: #FB9002 !important;}
.bg-secondary {background-color: #264458 !important;}
/* Background Color End */

/* Font Weight Start */
.fw-medium {font-weight: 500;}
.fw-semibold {font-weight: 600;}
/* Font Weight End */

/* Font Size Start */
.fs-18 {font-size: calc(15px + (18 - 15) * ((100vw - 360px) / (1920 - 360))); line-height: 1.3;}
.fs-16 {font-size: 16px; line-height: 1.4;}
.fs-14 {font-size: 14px; line-height: 1.4;}
/* Font Size End */