@font-face { font-family: "Libre Baskerville"; font-style: normal; font-weight: 400; src: url(/assets/fonts/LibreBaskerville-Regular.ttf); } @font-face { font-family: "Libre Baskerville Italic"; font-style: normal; font-weight: 400; src: url(/assets/fonts/LibreBaskerville-Italic.ttf); } @font-face { font-family: "Libre Baskerville Bold"; font-style: normal; font-weight: 400; src: url(/assets/fonts/LibreBaskerville-Bold.ttf); } :root { --bulma-family-primary: "Libre Baskerville", serif; --bulma-family-secondary: "Libre Baskerville", serif; } @media(prefers-color-scheme: dark) { div.content p { color: #D5DFE5; font-size: 20px; } div.content a { color: #4E8098; } } @media(prefers-color-scheme: light) { div.content p { color: #2B2D42; font-size: 20px; } div.content a { color: #3772FF; } } @media (width <= 1000px) { .page-container { flex: none; width: 100%; margin-left: 1rem !important; } } @media (width > 1000px) { .page-container { flex: none; width: 50%; margin-inline-start: 25%; } } .bottom { border-top: 1px solid var(--bulma-border); font-size: 18px; } .mx-12 { margin-left: 2rem; margin-right: 2rem; } .my-12 { margin-top: 2rem; margin-bottom: 2rem; } .navigation { font-size: 24px; } .page-title { font-size: 32px; font-family: "Libre Baskerville Italic", serif; }