* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  /* background-color: var(--color-bg); */
  color: var(--color-text);
font-family: 'DM Sans', sans-serif;
  line-height: 1.6;
  padding-bottom: 60px;
  overflow-x: hidden;
}
.ml-text{
  font-family: 'Noto Sans Malayalam', sans-serif;
}

:root {
  --color-bg: #ffffff;
  --color-secondary-bg: #f3f8fb;
  --color-tertiary-bg: #e8f3f1;

  --color-primary: #2f3c94;
  --color-secondary: #1f8f4e;
  --color-accent: #3a4cc0;

  --color-text: #444444;
  --color-heading: #2f3c94;

  --color-border: #dbe6f2;
  --color-white: #ffffff;
}


h2,
h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}

p {
  font-size: 1rem;
}

a {
  text-decoration: none !important;
}

img {
  width: 100%;
}
