|
|
|
|
@ -16,6 +16,11 @@ $screen-desktop-min: 1024px;
|
|
|
|
|
--homepage-macchinisti-bg: #888;
|
|
|
|
|
|
|
|
|
|
--project-card-bg: #a2d4f3;
|
|
|
|
|
|
|
|
|
|
--font-base: 'Open Sans', sans-serif;
|
|
|
|
|
--font-title: 'Iosevka', monospace;
|
|
|
|
|
--font-code: 'Source Code Pro', monospace;
|
|
|
|
|
--font-control: 'Source Sans Pro', sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@layer common, typography, component, page;
|
|
|
|
|
@ -41,7 +46,7 @@ $screen-desktop-min: 1024px;
|
|
|
|
|
min-height: 100%;
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
|
|
font-family: 'Open Sans', sans-serif;
|
|
|
|
|
font-family: var(--font-base);
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
color: #222;
|
|
|
|
|
}
|
|
|
|
|
@ -112,7 +117,7 @@ body {
|
|
|
|
|
padding: 0 1.5rem;
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
font-family: 'Iosevka', monospace;
|
|
|
|
|
font-family: var(--font-title);
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
letter-spacing: 1px;
|
|
|
|
|
@ -220,8 +225,7 @@ body {
|
|
|
|
|
display: grid;
|
|
|
|
|
place-content: center;
|
|
|
|
|
|
|
|
|
|
font-family: 'Source Sans Pro', sans-serif;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
|
|
|
|
|
scroll-snap-align: end;
|
|
|
|
|
|
|
|
|
|
|