header/footer/styles

This commit is contained in:
2025-05-30 15:57:39 +02:00
parent 837eea76a5
commit 9246f80857
15 changed files with 419 additions and 205 deletions

View File

@ -16,6 +16,8 @@
--color-text-light: #1a1a1a;
--color-text-dark: #fffefb;
--color-bg-block: #E8E7E0;
/* button */
--color-button: #9a7f62;
--color-button-hover: #b7946d;
@ -30,11 +32,10 @@
.h4-uppercase {
@apply font-inter text-base leading-[150%] font-bold uppercase sm:text-[20px] md:text-[24px];
}
}
.text-inter {
font-family: var(--font-inter);
line-height: 150%;
.text-inter {
@apply font-inter text-sm sm:text-lg;
}
}
.main {