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;
|
|
|
|
|
}
|
|
|
|
|
|
2024-04-06 10:08:45 +02:00
|
|
|
.accent {
|
|
|
|
|
color: var(--color-secondary);
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-26 11:03:42 +01:00
|
|
|
* {
|
|
|
|
|
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;
|
2024-03-09 11:27:10 +01:00
|
|
|
font-weight: var(--font-weight-extra-bold);
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-12 17:12:03 +01:00
|
|
|
h1,
|
2024-04-10 17:23:32 +02:00
|
|
|
h1 *,
|
2024-03-12 17:12:03 +01:00
|
|
|
h2,
|
2024-04-10 17:23:32 +02:00
|
|
|
h2 *,
|
2024-03-12 17:12:03 +01:00
|
|
|
h3,
|
2024-04-10 17:23:32 +02:00
|
|
|
h3 *,
|
2024-03-12 17:12:03 +01:00
|
|
|
h4,
|
2024-04-10 17:23:32 +02:00
|
|
|
h4 *,
|
2024-03-12 17:12:03 +01:00
|
|
|
h5,
|
2024-04-10 17:23:32 +02:00
|
|
|
h5 *,
|
|
|
|
|
p,
|
|
|
|
|
p * {
|
2024-03-12 17:12:03 +01:00
|
|
|
font-weight: var(--font-weight-light);
|
2024-03-12 17:38:53 +01:00
|
|
|
line-height: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
font-size: var(--font-size-xl);
|
|
|
|
|
}
|
|
|
|
|
|
2024-04-10 16:52:41 +02:00
|
|
|
h3,
|
|
|
|
|
.h3 {
|
|
|
|
|
font-size: var(--font-size-xl);
|
|
|
|
|
color: var(--color-secondary);
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-12 17:38:53 +01:00
|
|
|
article h2 {
|
|
|
|
|
margin-bottom: calc(var(--unit--vertical) / 2);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title-center {
|
2024-04-11 10:38:07 +02:00
|
|
|
--margin-left: calc(3 * var(--unit--horizontal));
|
2024-03-12 17:38:53 +01:00
|
|
|
width: calc(100% - var(--margin-left));
|
|
|
|
|
margin-left: var(--margin-left);
|
2024-04-06 10:08:45 +02:00
|
|
|
line-height: var(--unit--vertical);
|
2024-04-11 10:38:07 +02:00
|
|
|
font-size: var(--font-size-l);
|
|
|
|
|
}
|
|
|
|
|
.title-center h2 {
|
|
|
|
|
font-size: var(--font-size-l);
|
2024-03-12 17:38:53 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.main-title {
|
2024-04-06 10:08:45 +02:00
|
|
|
line-height: calc(var(--unit--vertical) * 2);
|
2024-03-12 17:38:53 +01:00
|
|
|
text-align: left;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
font-weight: var(--font-weight-light);
|
2024-04-06 10:08:45 +02:00
|
|
|
margin-bottom: var(--unit--vertical);
|
|
|
|
|
}
|
|
|
|
|
|
2024-04-10 15:55:49 +02:00
|
|
|
.text__title {
|
2024-04-06 10:08:45 +02:00
|
|
|
font-size: var(--font-size-l);
|
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
|
|
|
|
2024-03-09 16:34:09 +01:00
|
|
|
.fs-s {
|
|
|
|
|
font-size: var(--font-size-s) !important;
|
|
|
|
|
}
|
|
|
|
|
.fs-m {
|
|
|
|
|
font-size: var(--font-size-m) !important;
|
|
|
|
|
}
|
|
|
|
|
.fs-l {
|
|
|
|
|
font-size: var(--font-size-l) !important;
|
2024-04-10 18:13:18 +02:00
|
|
|
line-height: var(--unit--vertical);
|
2024-03-09 16:34:09 +01:00
|
|
|
}
|
2024-03-09 11:27:10 +01:00
|
|
|
.fs-xl {
|
2024-03-09 16:34:09 +01:00
|
|
|
font-size: var(--font-size-xl) !important;
|
2024-04-06 10:08:45 +02:00
|
|
|
line-height: calc(var(--unit--vertical) * 1.5) !important;
|
2024-03-09 16:34:09 +01:00
|
|
|
}
|
|
|
|
|
.fs-xxl {
|
|
|
|
|
font-size: var(--font-size-xxl) !important;
|
2024-04-06 10:08:45 +02:00
|
|
|
line-height: calc(var(--unit--vertical) * 2.5) !important;
|
2024-03-09 11:27:10 +01:00
|
|
|
}
|
|
|
|
|
|
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-03-12 17:38:53 +01:00
|
|
|
a * {
|
|
|
|
|
transition: font 0.2s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
|
2024-04-10 15:49:42 +02:00
|
|
|
a.no-line.text__title:hover * {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
text-decoration-color: inherit;
|
|
|
|
|
text-decoration-line: underline;
|
|
|
|
|
text-underline-offset: 0.2rem;
|
|
|
|
|
text-decoration-thickness: 0.5px;
|
2024-03-12 17:38:53 +01:00
|
|
|
}
|
|
|
|
|
a:not(.no-line):hover {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-26 13:42:00 +01:00
|
|
|
a:not(.no-line) {
|
2024-04-06 10:08:45 +02:00
|
|
|
text-decoration: underline;
|
|
|
|
|
text-decoration-color: inherit;
|
2024-01-26 13:42:00 +01:00
|
|
|
text-decoration-line: underline;
|
|
|
|
|
text-underline-offset: 0.2rem;
|
|
|
|
|
text-decoration-thickness: 0.5px;
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-12 17:38:53 +01:00
|
|
|
article p:not(:last-child) {
|
2024-01-26 11:03:42 +01:00
|
|
|
margin-bottom: var(--unit--vertical);
|
|
|
|
|
}
|
2024-03-10 19:24:24 +01:00
|
|
|
|
2024-04-10 17:23:32 +02:00
|
|
|
.footnote,
|
|
|
|
|
.footnote * {
|
|
|
|
|
scroll-margin-block-start: calc(var(--unit--vertical) * 6);
|
|
|
|
|
color: var(--color-secondary);
|
|
|
|
|
text-decoration: none !important;
|
|
|
|
|
font-weight: var(--font-weight-bold) !important;
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-10 19:24:24 +01:00
|
|
|
@media screen and (min-width: 640px) {
|
|
|
|
|
.title-center {
|
|
|
|
|
margin-left: calc(2 * var(--unit--horizontal));
|
|
|
|
|
}
|
|
|
|
|
}
|