/* WARNING: Do not edit a copy of this file. */
/*          Edit only the original at entel.com/prod/css/all.css. */

/* Note: Components will not see this definitions.  Add common component CSS to ECComponent.ts */
* {
  box-sizing: border-box;
}
html {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
body {
  overflow-x: hidden;
  font-family: var(--main-font-family);
  color: var(--fgcolor);
  background-color: var(--bgcolor);
  /* transition: background 500ms ease-in-out, color 1000ms ease-in-out; */
}
a { 
  color: currentColor;
  text-decoration: none;
}
