@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

body { font-family: 'Poppins', sans-serif; background:#f8f9fb; }
#posterCanvas { max-width: 100%; touch-action: none; cursor: grab; box-shadow: 0 2px 10px rgba(0,0,0,.08); }
.card { border-radius: 12px; }
.cursor-pointer { cursor: pointer; }
#templatePicker > div > div:hover { outline: 2px solid #0d6efd; }

@media (max-width: 576px) {
  .navbar-brand { font-size: 1rem; }
}
