/* BuyDummyTickets - Base Stylesheet */
/* Font loaded via Google Fonts in header */
body { font-family: 'Poppins', 'Inter', sans-serif; }
.btn-primary { background-color: hsl(221, 83%, 53%); border-color: hsl(221, 83%, 53%); color: #fff; }
.btn-primary:hover { background-color: hsl(221, 70%, 38%); border-color: hsl(221, 70%, 38%); }
a { color: hsl(221, 83%, 53%); }
img { max-width: 100%; height: auto; }
