/* initial.css
 * Keep tiny, static CSS that must be present at initial HTML parse time (no inline <style>)
 * to satisfy audits while staying compatible with strict CSP (no 'unsafe-inline').
 */

/* Border radius baseline */
button,
img,
.card,
.container,
.rounded,
.rounded-lg,
.rounded-md,
.rounded-sm,
.rounded-xl,
.rounded-2xl,
.rounded-full {
  border-radius: 8px !important;
}


