jb-ssg-site/static/main.css
2024-06-03 12:20:02 +02:00

76 lines
1.1 KiB
CSS

.cormorant-garamond-regular {
font-family: 'Cormorant Garamond', serif;
font-weight: 400;
font-style: normal;
}
.cormorant-garamond-semibold {
font-family: 'Cormorant Garamond', serif;
font-weight: 600;
font-style: normal;
}
.eb-garamond-regular {
font-family: 'EB Garamond', serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
.eb-garamond-semibold {
font-family: 'EB Garamond', serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
}
html {
font-size: 14pt;
}
body {
margin: 0;
padding: 0;
}
header,
footer {
display: flex;
align-items: center;
padding: 0 25px;
}
header {
justify-content: space-between;
}
footer {
justify-content: center;
}
header .titles {
display: flex;
align-items: baseline;
column-gap: 15px;
}
nav ul {
display: flex;
column-gap: 25px;
list-style: none;
margin: 0;
padding: 0;
}
main {
padding: 0 25px;
text-align: justify;
display: flex;
flex-direction: column;
align-items: center;
}
main > * {
max-width: 700px;
}