/* ==========================================================================
   Responsive Overrides (plain CSS, no Tailwind)
   ==========================================================================
   Optional file for responsive tweaks that you'd rather keep separate from
   style.css. Most responsive rules for the welcome page live alongside their
   components inside style.css. Breakpoints below match common device widths.
*/

/* Small (640px+) */
@media (min-width: 640px) {
}

/* Medium (768px+) */
@media (min-width: 768px) {
}

/* Large (1024px+) */
@media (min-width: 1024px) {
}

/* Extra Large (1280px+) */
@media (min-width: 1280px) {
}

/* 2XL (1536px+) */
@media (min-width: 1536px) {
}
