34953-vm/assets/css/custom.css
2025-10-14 12:05:21 +00:00

10 lines
236 B
CSS

body {
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.hero {
background: linear-gradient(45deg, #0D6EFD, #549BFF);
color: white;
padding: 100px 0;
}