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