|
|
@ -1,28 +1,3 @@ |
|
|
|
@font-face { |
|
|
|
font-family: "Lora"; |
|
|
|
src: url("/static/fonts/Lora-Regular.otf"); |
|
|
|
font-weight: normal; |
|
|
|
font-style: normal; |
|
|
|
} |
|
|
|
@font-face { |
|
|
|
font-family: "Lora"; |
|
|
|
src: url("/static/fonts/Lora-Bold.otf"); |
|
|
|
font-weight: bold; |
|
|
|
font-style: normal; |
|
|
|
} |
|
|
|
@font-face { |
|
|
|
font-family: "Lora"; |
|
|
|
src: url("/static/fonts/Lora-Italic.otf"); |
|
|
|
font-weight: normal; |
|
|
|
font-style: italic; |
|
|
|
} |
|
|
|
@font-face { |
|
|
|
font-family: "Lora"; |
|
|
|
src: url("/static/fonts/Lora-BoldItalic.otf"); |
|
|
|
font-weight: bold; |
|
|
|
font-style: italic; |
|
|
|
} |
|
|
|
|
|
|
|
:root { |
|
|
|
--clr-bg: hsl(0,0%,95%); |
|
|
|
--clr-bg-alt: hsl(0,0%,85%); |
|
|
@ -277,7 +252,6 @@ table.music th:nth-child(3) { |
|
|
|
} |
|
|
|
.longform_list__item { |
|
|
|
margin: 2em 0 0; |
|
|
|
font-family: 'Lora', Georgia, Times, serif; |
|
|
|
} |
|
|
|
.longform_list__item a { |
|
|
|
display: inline-block; |
|
|
@ -291,9 +265,6 @@ table.music th:nth-child(3) { |
|
|
|
} |
|
|
|
.longform__content { |
|
|
|
margin: 64px 0 0; |
|
|
|
font-family: 'Lora', Georgia, Times, serif; |
|
|
|
font-size: 1.1em; |
|
|
|
line-height: 1.8em; |
|
|
|
color: var(--clr-text-long); |
|
|
|
} |
|
|
|
.longform__content p { |
|
|
|