|
|
@ -88,6 +88,7 @@ h2@property --glow-deg { |
|
|
--ff-ikea: "Noto IKEA", "Noto Sans", system-ui, sans-serif; |
|
|
--ff-ikea: "Noto IKEA", "Noto Sans", system-ui, sans-serif; |
|
|
|
|
|
|
|
|
--fs-s: 0.75rem; |
|
|
--fs-s: 0.75rem; |
|
|
|
|
|
--fs-m: 0.875rem; |
|
|
--fs-base: 1rem; |
|
|
--fs-base: 1rem; |
|
|
--fs-lg: 1.125rem; |
|
|
--fs-lg: 1.125rem; |
|
|
--fs-xl: 2rem; |
|
|
--fs-xl: 2rem; |
|
|
@ -382,7 +383,7 @@ main, .modal-panel { |
|
|
|
|
|
|
|
|
& .answers-container { |
|
|
& .answers-container { |
|
|
background-color: var(--clr-white); |
|
|
background-color: var(--clr-white); |
|
|
font-size: var(--fs-s); |
|
|
|
|
|
|
|
|
font-size: var(--fs-m); |
|
|
line-height: 1.5; |
|
|
line-height: 1.5; |
|
|
text-align: left; |
|
|
text-align: left; |
|
|
font-weight: 400; |
|
|
font-weight: 400; |
|
|
@ -404,7 +405,7 @@ main, .modal-panel { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
& h2 { |
|
|
& h2 { |
|
|
font-size: var(--fs-s); |
|
|
|
|
|
|
|
|
font-size: var(--fs-m); |
|
|
line-height: 1.5; |
|
|
line-height: 1.5; |
|
|
text-align: left; |
|
|
text-align: left; |
|
|
font-weight: 700; |
|
|
font-weight: 700; |
|
|
|