
      @font-face {
        font-family: "DM Sans";
        src: url("/cms_builds/39418/trinath-gold-express-private-limited-build-20260908T164509865Z/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/39418/trinath-gold-express-private-limited-build-20260908T164509865Z/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/39418/trinath-gold-express-private-limited-build-20260908T164509865Z/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/39418/trinath-gold-express-private-limited-build-20260908T164509865Z/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: #b6872d;
  --primary-light: #ecd6c6;
  --primary-light-1: #e6ddcf;
  --primary-light-2: #e6d9c3;
  --primary-light-3: #e6d5b8;
  --primary-light-4: #e69c15;
  --primary-light-5: #ffae17;
  --primary-dark: #4d370f;
  --secondary: #bc9729;
  --secondary-light: #f0ede6;
    --secondary-light-1: #e6e0cf;
  --secondary-light-2: #e6ddc3;
  --secondary-light-3: #e6dab8;
  --secondary-light-4: #e6b115;
  --secondary-light-5: #ffc517;
  --secondary-dark: #4d3d0f;
  --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;
}