@import "./header.css";
@import "./information.css";
@import "./buy.css";
@import "./technology.css";
@import "./footer.css";
@import "./media.css";

*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #262c27;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

:root {
  --color-dark: #262c27;
  --color-light: #fff;
  --background-color-hover: #b9c400;
  --text-color-hover: #0093a1;
}

.container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

img {
  object-fit: cover;
}
