2024-01-26 11:03:42 +01:00
|
|
|
@font-face {
|
|
|
|
|
font-family: "Switzer-Variable";
|
|
|
|
|
src: url("/assets/fonts/Switzer-Variable.woff2") format("woff2"),
|
|
|
|
|
url("/assets/fonts/Switzer-Variable.woff") format("woff"),
|
|
|
|
|
url("/assets/fonts/Switzer-Variable.ttf") format("truetype");
|
|
|
|
|
font-weight: 100 900;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
* {
|
|
|
|
|
font-family: "Switzer-Variable", sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-09 11:27:10 +01:00
|
|
|
#logo * {
|
2024-01-26 11:03:42 +01:00
|
|
|
font-size: 25vw;
|
|
|
|
|
line-height: 4rem;
|
|
|
|
|
transform: translate(-2px, -13px);
|
2024-03-09 11:27:10 +01:00
|
|
|
font-weight: var(--font-weight-extra-bold);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
|
font-size: var(--font-size-l);
|
|
|
|
|
font-weight: var(--font-weight-bold);
|
2024-01-26 11:03:42 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p,
|
|
|
|
|
li,
|
|
|
|
|
button,
|
|
|
|
|
.fs-m {
|
|
|
|
|
transform: translateY(calc(var(--unit--vertical) * 0.12));
|
|
|
|
|
font-size: var(--font-size-m);
|
|
|
|
|
line-height: calc(var(--unit--vertical));
|
|
|
|
|
}
|
2024-03-09 11:27:10 +01:00
|
|
|
|
|
|
|
|
.fs-xl {
|
|
|
|
|
font-size: var(--font-size-xl);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title-center {
|
|
|
|
|
font-size: var(--font-size-m);
|
|
|
|
|
font-weight: var(--font-weight-light);
|
|
|
|
|
text-align: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-26 11:03:42 +01:00
|
|
|
p,
|
|
|
|
|
li,
|
|
|
|
|
button,
|
|
|
|
|
.fw-light {
|
|
|
|
|
font-weight: var(--font-weight-light);
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-09 11:27:10 +01:00
|
|
|
.fw-bold {
|
|
|
|
|
font-weight: var(--font-weight-bold);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fw-extra-bold {
|
|
|
|
|
font-weight: var(--font-weight-extra-bold);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.f-inherit {
|
|
|
|
|
font-size: inherit;
|
|
|
|
|
line-height: inherit;
|
|
|
|
|
font-weight: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-26 11:03:42 +01:00
|
|
|
.ta-center {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
transform: translateY(3px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-26 13:42:00 +01:00
|
|
|
a:not(.no-line) {
|
|
|
|
|
text-decoration: dotted;
|
|
|
|
|
text-decoration-color: #fff;
|
|
|
|
|
text-decoration-line: underline;
|
|
|
|
|
text-underline-offset: 0.2rem;
|
|
|
|
|
text-decoration-thickness: 0.5px;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-26 11:03:42 +01:00
|
|
|
article p {
|
|
|
|
|
margin-bottom: var(--unit--vertical);
|
|
|
|
|
}
|