/* Estilos base complementares do Te Liga Aí (a maior parte está inline no auth.html) */
:root {
  --red: #e8192c;
  --fb-bg: #f0f2f5;
  --fb-card-bg: #ffffff;
  --fb-border: #ccd0d5;
  --fb-border-focus: #1877f2;
  --fb-text: #1c1e21;
  --fb-sub: #606770;
  --fb-green: #42b72a;
  --fb-green-hover: #36a420;
  --fb-blue: #1877f2;
  --fb-blue-hover: #166fe5;
  --fb-red: #e8192c;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}
