16 lines
272 B
CSS
16 lines
272 B
CSS
/* home.css */
|
|
.brand-title {
|
|
font-size: 2.25rem !important;
|
|
font-weight: 800 !important;
|
|
letter-spacing: -0.04em !important;
|
|
}
|
|
|
|
.brand-title span {
|
|
color: var(--accent);
|
|
}
|
|
|
|
.home-actions {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.85rem;
|
|
} |