/* =========================
   Global Site Styling
========================= */

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

/* =========================
   Utility Classes
========================= */

.text-center {
  text-align: center;
}

.max-width {
  max-width: 1200px;
  margin-inline: auto;
}

/* =========================
   Temporary Debug Helpers
========================= */

/*
.debug {
  outline: 1px solid red;
}
*/
