@import url('https://fonts.googleapis.com/css2?family=Bona+Nova:wght@400;700&family=Roboto:wght@300;400;500&display=swap'); .serif-font { font-family: 'Bona Nova', serif; } body { // font-family: 'Trebuchet MS', Tahoma,sans-serif; // font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; // font-family: "Open Sans","Segoe UI",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif; font-family: 'Roboto', sans-serif; font-weight: 400; margin: 0; font-size: 17px; line-height: 1.6; } * { box-sizing: border-box; } h1, h2, h3, .title { font-family: 'Bona Nova', serif; } h1 { font-size: 3rem; color: $secondary; margin-top: 3rem; margin-bottom: 1rem; } h2 { font-size: 1.75rem; color: $secondary; } a { color: darken($accent, 6%); } a:hover { opacity: 0.8; } .secondary-bg { h2 { color: white; } a { color: white; } color: white; .button { background-color: $background-secondary; color: white; &:hover { background-color: lighten($background-secondary, 14%); } } background-color: darken($background-secondary, 15%); } .separation-section { margin-top: 3rem; padding: 1.2rem 0; } .w-100 { width: 100px; } .w-200 { width: 200px; } .h-100 { height: 100%; } img { max-width: 100%; } .grid { display: grid; } .grid-2 { grid-template-columns: 1fr 1fr; } .btn { } .wikipedia-btn { margin-top: .5rem; display: inline-flex; justify-content: flex-start; flex-direction: row; align-items: center; max-height: 10rem; padding: 1.5rem; border: 1px solid rgba(0, 0, 0, 0.1); // background: linear-gradient(to right, rgb(17, 17, 17), rgb(255, 255, 255)); background: rgba(255, 255, 255, 1); color: black; border-radius: 5px; box-shadow: 0 0 .3rem rgba(0, 0, 0, 0.5); .btn__icon { width: 4rem; margin-right: 2rem; } } .wikipedia-icon { aspect-ratio: 1; } .btn__icon { display: flex; justify-content: center; align-items: center; } .icon_inline { width: 1rem; height: 1rem; } .double-figures { display: grid; grid-template-columns: 1fr 1fr; figure { margin: 1rem; margin-bottom: 2rem; figcaption { p { margin: 0;} } } } @media (max-width: $md-breakpoint) { .double-figures { grid-template-columns: 1fr; } } .fig-img { figcaption { font-size: .9rem; color: $hidden; } } .highlighted { font-weight: bold; }