/*
 * Application CSS - Propshaft asset pipeline
 *
 * Keep this file minimal: primary UI styling is delivered via Vite entrypoints
 * (marketing/app/player) using Tailwind + shared design tokens.
 */

:root {
  font-family: var(
    --tac-font-sans,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    sans-serif
  );
}

body {
  margin: 0;
}
