/* [project]/src/app/globals.css [app-client] (css) */
@font-face {
  font-family: Sofia Pro;
  src: url("/fonts/sofia-pro/Sofia Pro Regular Az.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro;
  src: url("/fonts/sofia-pro/Sofia Pro Medium Az.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro;
  src: url("/fonts/sofia-pro/Sofia Pro Semi Bold Az.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro;
  src: url("/fonts/sofia-pro/Sofia Pro Bold Az.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

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