Mise à jour du design

This commit is contained in:
2022-09-07 10:21:51 +02:00
parent e5861e14f8
commit cc217762f1
5 changed files with 28 additions and 21 deletions

View File

@ -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);
}