// Variable overrides $red: #ff0000; $green: #a8ea99; $gray: #eaeaea; $yellow: #ffc055; $white: #fff; $primary: #64b8f4; $blue: #0022ff; $black: #000; $black_C1C: #1c1c1c; $red_F28: #c50f28; $blue_5BA: #0275ba; $blue_090: #005090; $yellow_20C: #f6a20c; $red_419: #e83419; $green_839: #28a839; $black_222: #222; $red_C1D: #8b0c1d; $borderColor: #d8dbe0; $baseColor: #004b86; $blue_7D9: #5ea7d9; $dark: #636f83; $blue_28c: #28cba7; $blue_57: #5795c8; $blue_BA7: #28cba7; $blue_8C8: #4b78c8; $blue_5B6: #37A5B6; $blue_28C: #28CBA7; $gray_70: #707070; $yellow_F6A:#F6A20C; $grey_ccc: #cccccc; $black_1c1 : #1C1D41; $gradientColor: linear-gradient(140deg, #28cba7, #4b78c8); // Body $body-bg: #f8fafc; // breakpoints $mobile-width: 425px; $tablet-width: 768px; $desktop-md-width: 992px; $desktop-lg-width: 1200px; $desktop-xxl-width: 1320px; $desktop-xl-width: 1500px; // Typography $font-family-sans-serif: 'Nunito', sans-serif; $font-size-base: 0.9rem; $line-height-base: 1.6;