68 lines
1.6 KiB
CSS
68 lines
1.6 KiB
CSS
.body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.bodyFontOnly {
|
|
font-style: normal;
|
|
}
|
|
|
|
.bold {
|
|
font-family: var(--typography-Body-Bold-fontFamily);
|
|
font-size: var(--typography-Body-Bold-fontSize);
|
|
font-weight: var(--typography-Body-Bold-fontWeight);
|
|
letter-spacing: var(--typography-Body-Bold-letterSpacing);
|
|
line-height: var(--typography-Body-Bold-lineHeight);
|
|
text-decoration: var(--typography-Body-Bold-textDecoration);
|
|
}
|
|
|
|
.regular {
|
|
font-family: var(--typography-Body-Regular-fontFamily);
|
|
font-size: var(--typography-Body-Regular-fontSize);
|
|
font-weight: var(--typography-Body-Regular-fontWeight);
|
|
letter-spacing: var(--typography-Body-Regular-letterSpacing);
|
|
line-height: var(--typography-Body-Regular-lineHeight);
|
|
text-decoration: var(--typography-Body-Regular-textDecoration);
|
|
}
|
|
|
|
.underlined {
|
|
font-family: var(--typography-Body-Underlined-fontFamily);
|
|
font-size: var(--typography-Body-Underlined-fontSize);
|
|
font-weight: var(--typography-Body-Underlined-fontWeight);
|
|
letter-spacing: var(--typography-Body-Underlined-letterSpacing);
|
|
line-height: var(--typography-Body-Underlined-lineHeight);
|
|
text-decoration: var(--typography-Body-Underlined-textDecoration);
|
|
}
|
|
|
|
.textAlignCenter {
|
|
text-align: center;
|
|
}
|
|
|
|
.textAlignLeft {
|
|
text-align: left;
|
|
}
|
|
|
|
.black {
|
|
color: var(--Main-Grey-100);
|
|
}
|
|
|
|
.burgundy {
|
|
color: var(--Scandic-Brand-Burgundy);
|
|
}
|
|
|
|
.pale {
|
|
color: var(--Scandic-Brand-Pale-Peach);
|
|
}
|
|
|
|
.red {
|
|
color: var(--Scandic-Brand-Scandic-Red);
|
|
}
|
|
|
|
.textMediumContrast {
|
|
color: var(--Base-Text-UI-Medium-contrast);
|
|
}
|
|
|
|
.white {
|
|
color: var(--Scandic-Opacity-White-100);
|
|
}
|