Mise à jour du design
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
:root {
|
||||
--green: #004938;
|
||||
--green-dark: #002d22;
|
||||
--yellow: #d8993a;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ClashGrotesk-Variable';
|
||||
src: url('/fonts/ClashGrotesk-Variable.woff2') format('woff2'),
|
||||
@ -20,7 +26,7 @@
|
||||
|
||||
body, p {
|
||||
font-family: "Zodiak-Variable", sans-serif;
|
||||
font-variation-settings: 'wght' 300.0;
|
||||
font-variation-settings: 'wght' 400.0;
|
||||
}
|
||||
|
||||
h1,
|
||||
@ -31,4 +37,5 @@ h5,
|
||||
h6 {
|
||||
font-family: "ClashGrotesk-Variable", sans-serif;
|
||||
font-variation-settings: 'wght' 600.0;
|
||||
color: var(--yellow);
|
||||
}
|
||||
|
Reference in New Issue
Block a user