html {
scroll-behavior: smooth;
}
:root {
/* Define your brand colors and spacing once */
--primary-color: #1e90ff;
--bg-color: #f8f9fa;
--text-color: #333;
--radius: 8px;
--space-md: 16px;
--space-lg: 32px;
}
body {
background-color: var(--bg-color);
color: var(--text-color);
line-height: 1.6; /* Improves readability */
padding: var(--space-md);
}
top of page
bottom of page