/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Manrope";
  src: url('Manrope-VariableFont_wght.woff2') format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --font-primary: "Manrope", sans-serif;
  --link-color: #333;
  --link-hover-color: #007bff;
}

/* Link base */
.link {
  text-decoration: none;
  color: var(--link-color);
  font-size: 18px;
  transition: color 0.3s ease;
}

/* Hover su link */
.link:hover {
  color: var(--link-hover-color);
}

body {
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.6;
  color: #111;
  font-weight: 300;
  text-align: left;
}

h2 {
  font-family: var(--font-primary);
  font-weight: 300;
}

h3 {
  font-family: var(--font-primary);
  font-size: 1.25rem;
  color: black;
  margin: 0 0 10px;
  text-align: left;
  font-weight: 450;
}

button {
  font-family: var(--font-primary);
  transition: background-color 0.3s ease;
}

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