60 lines
1.4 KiB
CSS
60 lines
1.4 KiB
CSS
@import url('https://fonts.googleapis.com/css2?family=Quattrocento:wght@400;700&family=Vend+Sans:ital,wght@0,300..700;1,300..700&display=swap');
|
|
@import url('https://fonts.googleapis.com/css2?family=Laila:wght@300;400;500;600;700&family=Quattrocento:wght@400;700&display=swap');
|
|
@import url('https://fonts.googleapis.com/css2?family=Laila:wght@300;400;500;600;700&family=Quattrocento:wght@400;700&family=Roboto+Slab:wght@100..900&display=swap');
|
|
|
|
:root {
|
|
--dj-palette1: #83a6bf;
|
|
--dj-palette2: #5e81ac;
|
|
--dj-palette3: #8fbcbb;
|
|
--dj-visited: #8d8bd5;
|
|
--dj-bgpalette1: #2e3440;
|
|
}
|
|
|
|
html, body {
|
|
background-color: var(--dj-bgpalette1);
|
|
color: var(--dj-palette1);
|
|
|
|
font-family: "Quattrocento", sans-serif;
|
|
font-optical-sizing: auto;
|
|
font-weight: 400; /* bold 700 */
|
|
font-style: normal;
|
|
font-size: 16px;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, nav, .dj-title, .roboto-slab {
|
|
font-family: "Roboto Slab", serif;
|
|
font-optical-sizing: auto;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
.laila-light {
|
|
font-family: "Laila", serif;
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
|
|
.laila-regular, body {
|
|
font-family: "Laila", serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
.laila-medium {
|
|
font-family: "Laila", serif;
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|
|
|
|
.laila-semibold {
|
|
font-family: "Laila", serif;
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|
|
|
|
.laila-bold {
|
|
font-family: "Laila", serif;
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|