/* src/styles.css */
@font-face {
  font-family: "Nunito Sans";
  src: url(/assets/NunitoSans-Variable.woff2) format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
html {
  max-width: 1750px;
  margin-inline: auto;
  font-family: "Nunito Sans", sans-serif;
  scroll-behavior: smooth;
}
:root {
  --color-primary: #0086CD;
  --color-secondary: #0072D8;
  --color-black: #4B4B4B;
  --color-gold: #FDB913;
  --color-white: #FFF;
  --color-text-grey: #667085;
  --border: #e5e7eb;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
