@view-transition {
    navigation: auto;
}



@font-face {
    font-family: 'Playwrite DE Grund';
    font-style: normal;
    font-weight: 100 400;
    font-display: swap;
    src: url("../fonts/Playwrite-DE-Grund.woff2") format('woff2');
}


* {
    font-family: "Playwrite DE Grund", consolas !important;
    font-size: inherit;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    text-decoration: none;
    min-width: 0;
    font-size: 16px;
    font-weight: 300;
    background-color: transparent;
    interpolate-size: allow-keywords;
}


body {
    width: 100%;
    min-height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-size: 18px;
    text-wrap: balance;
}

p {
    text-wrap: pretty;
}

/* a, a:visited {
    color: inherit;
} */


u {
    text-decoration: underline;
}

button {
    cursor: pointer;
}