/* Text Color Start */
.text-primary {color: #55e6a5 !important;}
.text-dark {color: #02050a !important;}
.text-light {color: #C0C0C2 !important;}
/* Text Color End */

/* Font Weight Start */
.fw-medium {font-weight: 500;}
.fw-semibold {font-weight: 600;}
/* Font Weight End */

/* Font Size Start */
.fs-150 {font-size: calc(75px + (150 - 75) * ((100vw - 360px) / (1920 - 360))); line-height: 1.1;}
.fs-85 {font-size: calc(40px + (85 - 40) * ((100vw - 360px) / (1920 - 360))); line-height: 1.1;}
.fs-65 {font-size: calc(50px + (65 - 50) * ((100vw - 360px) / (1920 - 360))); line-height: 1.1;}
.fs-48 {font-size: calc(32px + (48 - 32) * ((100vw - 360px) / (1920 - 360))); line-height: 1.3;}
.fs-34 {font-size: calc(24px + (34 - 24) * ((100vw - 360px) / (1920 - 360))); line-height: 1.3;}
.fs-27 {font-size: calc(20px + (27 - 20) * ((100vw - 360px) / (1920 - 360))); line-height: 1.3;}
.fs-20 {font-size: calc(18px + (20 - 18) * ((100vw - 360px) / (1920 - 360))); line-height: 1.3;}
.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 */