/* Lauvette theme main SCSS */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../assets/fonts/Roboto-Thin.woff2") format("woff2"), url("../assets/fonts/Roboto-Thin.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../assets/fonts/Roboto-ExtraLight.woff2") format("woff2"), url("../assets/fonts/Roboto-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/Roboto-Regular.woff2") format("woff2"), url("../assets/fonts/Roboto-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/Roboto-Italic.woff2") format("woff2"), url("../assets/fonts/Roboto-Italic.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/Roboto-Medium.woff2") format("woff2"), url("../assets/fonts/Roboto-Medium.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/Roboto-SemiBold.woff2") format("woff2"), url("../assets/fonts/Roboto-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/Roboto-Bold.woff2") format("woff2"), url("../assets/fonts/Roboto-Bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../assets/fonts/Roboto-ExtraBold.woff2") format("woff2"), url("../assets/fonts/Roboto-ExtraBold.woff") format("woff");
}
html {
  box-sizing: border-box;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  color: #1f2933;
  background: #f6f9fb;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
}

h4 {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 500;
}

h5 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}

h6 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

p {
  margin: 0 0 1rem 0;
}

.container {
  width: min(100%, 1200px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 768px) {
  .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
header.site-header {
  background: #f8f8f8;
  padding: 1rem;
}

footer.site-footer {
  background: #f2f2f2;
  padding: 1rem;
}

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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