2024-07-24 09:43:31 +02:00
|
|
|
@font-face {
|
|
|
|
|
font-family: "Joker";
|
|
|
|
|
src: url("/assets/fonts/Jokker-Medium.woff") format("woff");
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Joker";
|
|
|
|
|
src: url("/assets/fonts/Jokker-Semibold.woff") format("woff");
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
body {
|
2024-07-31 07:19:10 +02:00
|
|
|
font-family: "Joker", sans-serif;
|
2024-08-18 16:56:58 +02:00
|
|
|
font-size: var(--font-size-m);
|
2024-09-18 16:39:40 +02:00
|
|
|
line-height: 1.25;
|
2024-07-24 09:43:31 +02:00
|
|
|
}
|
2024-07-30 12:07:47 +02:00
|
|
|
|
|
|
|
|
h1,
|
|
|
|
|
.h1 {
|
|
|
|
|
font-size: var(--font-size-h1);
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2,
|
|
|
|
|
.h2 {
|
|
|
|
|
font-size: var(--font-size-h2);
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3,
|
|
|
|
|
.h3 {
|
|
|
|
|
font-size: var(--font-size-h3);
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
2024-07-31 07:19:10 +02:00
|
|
|
|
|
|
|
|
h4,
|
|
|
|
|
.h4 {
|
|
|
|
|
font-size: var(--font-size-h4);
|
2024-07-31 07:59:51 +02:00
|
|
|
font-weight: 500;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h5,
|
|
|
|
|
.h5 {
|
|
|
|
|
font-size: var(--font-size-h5);
|
|
|
|
|
font-weight: 600;
|
2024-07-31 07:19:10 +02:00
|
|
|
}
|
2024-07-31 09:20:47 +02:00
|
|
|
|
|
|
|
|
input {
|
|
|
|
|
font-family: "Joker", sans-serif;
|
|
|
|
|
font-size: inherit;
|
|
|
|
|
color: #000 !important;
|
|
|
|
|
}
|