/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap);
/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle (1) ***!
  \**************************************************************************************************************************************************************************************************************************/
:root {
  --app-font-family: 'Manrope', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --app-font-family-strong: 'Manrope', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --p-font-family: var(--app-font-family);
  --cvx-dark-blue: #003653;
  --cvx-medium-gray: #484949;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: var(--app-font-family);
  background-color: #f3f6fb;
  color: #1f2937;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

:host { display: block; }


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