refactor css and tsx files

This commit is contained in:
luisa.bellitto 2025-06-26 09:18:22 +02:00 committed by Rudi Regentonne
parent 2214a64a58
commit 5fc8d3324e
10 changed files with 205 additions and 214 deletions

View file

@ -63,6 +63,12 @@ h1 {
font-weight: 400;
}
.body-bold {
font-family: "Inter";
font-size: 1.2rem;
font-weight: 600;
}
p {
font-family: "Inter";
}