//@import "node_modules/bootstrap/scss/bootstrap-grid";
//@import "colors";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
//@tailwind base;
@tailwind components;
@tailwind utilities;

html,
body {
  font-family: 'Inter', sans-serif;
  //background: $gray-100;
  padding: 0 !important;
  margin: 0 !important;
}

a {
  color: inherit;
  text-decoration: inherit;
}
