html,
body {
  margin: 0;
}

:root {
  --comcast-blue: #0089ff;
  --comcast-dark: #0d1c3d;
  --comcast-on-blue: #ffffff;
}

body {
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial,
    sans-serif;
  color: var(--comcast-dark);
}

form {
  width: 100%;
}

/* You can add global styles to this file, and also import other style files */
