@import "tailwindcss";

:root {
  --background: #f7fbff;
  --foreground: #10243a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: "Poppins", "Noto Sans Sinhala", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

img {
  max-width: 100%;
}

.tracking-frame {
  display: none;
  visibility: hidden;
}
