
      @font-face {
        font-family: "DM Sans";
        src: url("/cms_builds/299/dashmesh-travels-build-20260429T123337489Z/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/299/dashmesh-travels-build-20260429T123337489Z/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/299/dashmesh-travels-build-20260429T123337489Z/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/299/dashmesh-travels-build-20260429T123337489Z/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: #1382a0;
  --primary-light: #cedfe4;
  --primary-light-1: #cfe1e6;
  --primary-light-2: #c3dee6;
  --primary-light-3: #b8dce6;
  --primary-light-4: #15b8e6;
  --primary-light-5: #17cdff;
  --primary-dark: #0f3f4d;
  --secondary: #b92d55;
  --secondary-light: #f0e6e8;
  --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;
}