@import "tailwindcss";

@font-face {
  font-family: "Aeonik Pro";
  src: url("../fonts/AeonikPro-Regular.woff2") format("woff2"),
       url("../fonts/AeonikPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik Pro";
  src: url("../fonts/AeonikPro-Light.woff2") format("woff2"),
       url("../fonts/AeonikPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

html, body { height: 100%; margin: 0; }
body { background-color: #050515; font-family: "Aeonik Pro", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; color:#fff; }
body img { width: 100%; }