/* ── Reset ── */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100vh;
  line-height: 1.6;
  overflow-x: hidden;
}

img, picture, video, canvas {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

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

ul {
  list-style: none;
}

button {
  cursor: pointer;
}

/* ── Font Loading ── */
@font-face {
  font-family: 'PP Editorial New';
  src: local('Times New Roman'), local('Georgia');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'FK Grotesk';
  src: local('Helvetica Neue'), local('Helvetica');
  font-weight: 300 500;
  font-style: normal;
}

@font-face {
  font-family: 'FK Grotesk Mono';
  src: local('Courier New'), local('monospace');
  font-weight: 400;
}
