html {
    overflow-y: scroll
}

@font-face {
    font-family: maziusdisplay;
    src: url(/MaziusDisplay-Regular.woff2)format("woff2"), url(/MaziusDisplay-Regular.woff)format("woff"), url(/fonts/MaziusDisplay-Regular.otf)format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: maziusdisplay;
    src: url(/MaziusDisplay-ExtraItalicBold.woff2)format("woff2"), url(/MaziusDisplay-ExtraItalicBold.woff)format("woff"), url(/fonts/MaziusDisplay-ExtraItalicBold.otf)format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: fluxischelse;
    src: url(/fonts/FluxischElse-Regular.woff)format('woff'), url(/fonts/FluxischElse-Regular.otf)format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: fluxischelse;
    src: url(/fonts/FluxischElse-Bold.woff)format('woff'), url(/fonts/FluxischElse-Bold.otf)format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: fluxischelse;
    src: url(/fonts/FluxischElse-Light.woff)format('woff'), url(/fonts/FluxischElse-Light.otf)format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

:root {
    --font-body: 'FluxischElse', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-heading: 'FluxischElse', Georgia, serif;
    --font-mono: 'FluxischElse', Georgia, serif;
    --font-nav: 'FluxischElse', Georgia, serif
}

body {
    max-width: 650px;
    min-height: 100% -10px;
    margin: 15px auto;
    padding: 0 10px;
    font-size: 18px;
    line-height: 1.68;
    letter-spacing: .016em;
    font-family: var(--font-body);
    background-color: #fff;
    color: #333;
    border: 25px solid #fff
}

nav,
footer {
    text-indent: 30px
}

a {
    color: #333;
    font-style: normal;
    text-decoration: underline dotted;
    display: inline
}

a:hover {
    background-color: #222;
    color: #fff;
    text-decoration: none
}

span {
    white-space: nowrap
}

code {
    word-break: break-all;
    font-size: 12px;
    font-family: var(--font-mono)
}

section {
    clear: both;
    border-left: 5px solid #eee;
    padding-left: 25px
}

section img {
    max-height: 160px
}

img {
    display: block;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto
}

h1,
h2,
h3 {
    color: #000;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: .026em;
    font-family: var(--font-heading)
}

ul {
    list-style-type: square;
    line-height: 1.4;
    list-style-position: outside
}

ul img {
    max-height: .8em;
    max-width: 1em;
    vertical-align: middle
}

::selection {
    color: #fff;
    background-color: #222
}

hr {
    border-style: solid;
    border-color: #dedede
}

.site-title {
    display: inline-flex;
    align-items: center;
    gap: .5rem
}

.header-link {
    font-size: 1.75em;
    text-decoration: none;
    font-style: normal;
    color: #000;
    font-weight: 500;
    line-height: 1.2;
    font-family: var(--font-heading)
}

.header-motif {
    width: 2.3rem;
    height: auto;
    display: block
}

.top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    font-family: var(--font-nav);
    font-style: italic;
    font-weight: 700;
    letter-spacing: .045em
}

.top-nav .nav-links {
    display: flex;
    align-items: center;
    gap: .4rem
}

.top-nav .nav-links a {
    font-size: 1.3rem
}

.top-nav .nav-links a::before {
    content: '▪';
    margin: 0 .3rem;
    color: inherit
}

.top-nav .nav-links a:first-child::before {
    margin-left: 0
}

.top-nav a {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit
}

@media screen and (max-width:48rem) {
    .top-nav {
        flex-wrap: wrap;
        align-items: center;
        gap: .35rem
    }

    .top-nav .nav-links {
        flex-direction: row;
        align-items: center;
        gap: .5rem
    }

    .top-nav .nav-links a {
        font-size: .9rem
    }

    .top-nav .nav-links a+a::before {
        content: '▪';
        margin: 0 .3rem
    }

    .top-nav .site-title {
        flex-shrink: 0
    }
}
