/* src/styles.scss */
:root {
  --color-primary: #ef4303;
  --color-secondary: #f3696b;
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-family:
    Arial,
    Helvetica,
    sans-serif;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

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