/* =================================================================
   GLOBALS.CSS - Base styles for TechMySpa
   ================================================================= */

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

/* Base font import */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
