began rewrite

This commit is contained in:
2024-01-29 21:49:35 +01:00
parent 5fc0d4ac9f
commit de681d6326
18 changed files with 2476 additions and 1844 deletions

28
src/styles/_var.scss Normal file
View File

@@ -0,0 +1,28 @@
@font-face {
font-family: 'Tanker-Regular';
src: url('/fonts/Tanker-Regular.ttf') format('truetype');
font-weight: 400;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'Satoshi-Regular';
src: url('/fonts/Satoshi-Regular.ttf') format('truetype');
font-weight: 400;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'Satoshi-Bold';
src: url('/fonts/Satoshi-Bold.ttf') format('truetype');
font-weight: 700;
font-display: swap;
font-style: normal;
}
$primary: #1C1427;
$accent: #7ECA9C;
$link: #CCFFBD;
$highlight-primary: #40394A;