
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    font-family: 'DM Sans', sans-serif;
    background-color: #f6f5ed !important;
}
a {
    text-decoration: none !important;
    transition: all 0.3s ease;
}
a, a:hover {
    text-decoration: none !important;
    color: none !important;
  }