2021-08-09 21:34:48 +02:00
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
.title {
|
|
|
|
font-family: Metropolis, sans-serif;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.focalboard-body {
|
|
|
|
.title {
|
|
|
|
font-size: 40px;
|
|
|
|
line-height: 40px;
|
2021-08-26 11:25:25 +02:00
|
|
|
margin: 0 0 10px;
|
2021-08-09 21:34:48 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-09-14 18:42:18 +02:00
|
|
|
.font-semibold {
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-heading8 {
|
|
|
|
font-size: 32px;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-heading7 {
|
|
|
|
font-size: 28px;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-heading6 {
|
|
|
|
font-size: 25px;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-heading5 {
|
|
|
|
font-size: 22px;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-heading4 {
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-heading3 {
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-heading2 {
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-heading1 {
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-base {
|
|
|
|
font-size: 16px;
|
2021-08-09 21:34:48 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
// Metropolis font definitions
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Metropolis';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 600;
|
|
|
|
src: url('../fonts/metropolis/Metropolis-SemiBold.woff2') format('woff2');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Metropolis';
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: 600;
|
|
|
|
src: url('../fonts/metropolis/Metropolis-SemiBoldItalic.woff2') format('woff2');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Metropolis';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: url('../fonts/metropolis/Metropolis-Regular.woff2') format('woff2');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Metropolis';
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: 400;
|
|
|
|
src: url('../fonts/metropolis/Metropolis-RegularItalic.woff2') format('woff2');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Metropolis';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
src: url('../fonts/metropolis/Metropolis-Light.woff2') format('woff2');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Metropolis';
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: 300;
|
|
|
|
src: url('../fonts/metropolis/Metropolis-LightItalic.woff2') format('woff2');
|
|
|
|
}
|