
      @font-face {
        font-family: "DM Sans";
        src: url("/cms_builds/39380/ghosie-brother-travels-and-cargo-build-20260901T125018407Z/common/assets/font/DM_Sans/DMSans_18pt-Regular.ttf") format("truetype");
        font-weight: 400;
        font-style: normal;
        font-display: swap;
      }
    
      @font-face {
        font-family: "DM Sans";
        src: url("/cms_builds/39380/ghosie-brother-travels-and-cargo-build-20260901T125018407Z/common/assets/font/DM_Sans/DMSans_18pt-Medium.ttf") format("truetype");
        font-weight: 500;
        font-style: normal;
        font-display: swap;
      }
    
      @font-face {
        font-family: "DM Sans";
        src: url("/cms_builds/39380/ghosie-brother-travels-and-cargo-build-20260901T125018407Z/common/assets/font/DM_Sans/DMSans_18pt-SemiBold.ttf") format("truetype");
        font-weight: 600;
        font-style: normal;
        font-display: swap;
      }
    
      @font-face {
        font-family: "DM Sans";
        src: url("/cms_builds/39380/ghosie-brother-travels-and-cargo-build-20260901T125018407Z/common/assets/font/DM_Sans/DMSans_18pt-Bold.ttf") format("truetype");
        font-weight: 700;
        font-style: normal;
        font-display: swap;
      }
    
/* Typography styles */

h1 {
  font-weight: 700;
  font-size: 42px;
}

h2 {
  font-weight: 600;
  font-size: 32px;
}

h3 {
  font-weight: 500;
  font-size: 24px;
}

h4 {
  font-weight: 400;
  font-size: 16px;
}

h5 {
  font-weight: 400;
  font-size: 12px;
}
:root {
  --primary: #269108;
  --primary-light: #d0e8ca;
  --primary-light-1: #d4e6cf;
  --primary-light-2: #cbe6c3;
  --primary-light-3: #c2e6b8;
  --primary-light-4: #42e615;
  --primary-light-5: #49ff17;
  --primary-dark: #1d4d0f;
  --secondary: #29bc53;
  --secondary-light: #e6f0e8;
    --secondary-light-1: #cfe6d5;
  --secondary-light-2: #c3e6cd;
  --secondary-light-3: #b8e6c5;
  --secondary-light-4: #15e650;
  --secondary-light-5: #17ff59;
  --secondary-dark: #0f4d21;
  --default-font-family: "DM Sans";
  --white: #ffffff;
  --neutral-light: #F8F8F8;
  --neutral: #EDEDED;
  --neutral-1: #D6D6D6;
  --neutral-2: #949494;
  --neutral-3: #7A7A7A;
  --neutral-4: #757575;
  --neutral-5: #595959;
  --neutral-6: #202124;
  --neutral-7: #323841;
  --black: #101214;
  --red-light: #FFDADA;
  --red: #D84F55;
  --booked-light: #D7F6E3;
  --booked: #1D8844;
  --orange-light: #FFF4E5;
  --orange: #FF7A00;
}