refactor: consolidate CSS with reusable mixins

Create SCSS mixins for repeated typography patterns (section-title, big-title, labels, text-blocks) in generic-classes.scss. Replace ~25-30 duplicate style declarations across sections with mixin includes, improving maintainability and consistency.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-02-23 16:38:44 +01:00
parent ac3542099a
commit 96c52e7e96
11 changed files with 289 additions and 93 deletions

View file

@ -12,16 +12,11 @@ section#handles {
.title-wrapper {
.index {
font-size: var(--font-size-s);
text-transform: uppercase;
@include section-title;
font-weight: 500;
margin-bottom: 0.75rem;
}
.title {
font-family: var(--font-narrow);
color: var(--color-blue);
font-size: 4.0625rem;
text-transform: uppercase;
@include big-title-medium-blue;
}
}
.subtitle {