@font-face {
  font-family: "Inter";
  src: url("https://fonts.googleapis.com/css2?family=Inter:wght@100;400;700&display=swap");
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-size: 40px;
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: 100;
}

h3 {
  font-size: 24px;
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: 400;
}

h4 {
  font-size: 20px;
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: 100;
}

h5 {
  font-size: 16px;
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: 100;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", Fallback, sans-serif;
  height: 100vh;
  width: 100vw;
}

p {
  line-height: 1.5;
}

[data-theme=light] {
  background-color: #ffffff;
  color: #111213;
}

[data-theme=dark] {
  background-color: #000000;
  color: #c3cbd0;
}

img.PorfolioPageLogo {
  max-width: 80px;
  margin: 80px 0 0 0;
}

figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

/*# sourceMappingURL=root.css.map */
