@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";

/* src/styles.scss */
:root {
  --tv-primary: #2c2a6e;
  --tv-secondary: #e68a2e;
  --tv-accent: #2f9e6f;
  --tv-bg: #f8f7f4;
  --tv-text: #1f1e2e;
  --tv-text-muted: #5f5d73;
  --mat-sys-primary: #2c2a6e;
  --mat-sys-on-primary: #ffffff;
  --mat-sys-secondary: #e68a2e;
  --mat-sys-surface: #ffffff;
  --mat-sys-background: #f8f7f4;
}
html,
body {
  height: 100%;
  margin: 0;
  font-family:
    Inter,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  color: var(--tv-text);
  background: var(--tv-bg);
}
a {
  color: var(--tv-primary);
}
* {
  box-sizing: border-box;
}
.material-icons,
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
}

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