/* === LOCAL FONT === */

@font-face {
  font-family: "Sunvera";
  src: url("../fonts/Sunvera_regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sunvera";
  src: url("../fonts/Sunvera_bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* === GLOBAL BASE STYLES (FORCED) === */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

main {
  max-width: 1600px;
  margin-inline: auto;
  width: 100%;
}

body {
  overflow-x: hidden;
  font-family: "Sunvera", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

section {
  width: 100%;
}

/* --- SVG icons (local sprite) --- */
.icon {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  flex: 0 0 auto;
}
