@font-face {
    font-family: CMA;
    src: url(/public/dist/assets/GrecoStd-M.woff2) format("woff2");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: Frillo;
    src: url(/public/dist/assets/FOTFrillo-BoldItalic-BH6hqbcK.woff2)
        format("woff2");
    font-style: italic;
    font-weight: 500;
}
:root {
    --text-s: 0.8rem;
    --text-l: 1.2rem;
    --margin-x: 1rem;
    --margin-y: 1.2rem;
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "case" 1;
}
html,
body {
    font-family: CMA, serif;
    font-size: 20px;
    -webkit-text-stroke:0.5px rgb(127,127,127);
    letter-spacing: -0.01em;
    line-height: 1.2em;
    margin: 0;
}
html body * {
    box-sizing: border-box;
}
em,
i {
    font-family: Frillo;
    display: inline-block;
    font-size-adjust: ex-height 0.5;
}
.ant {
    width: 100vw;
    height: 100svh;
    padding: 2%;
}
svg {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}
svg * {
    stroke-width: 1.1rem;
}
section.projekt {
    flex-direction: row;
    width: 100%;
    position: relative;
}
section.projekt-bilder {
    display: flex;
    flex-direction: column;
    width: 100%;
}
figure {
    display: flex;
    flex-direction: column;
    margin: 0;
    height: 100svh;
    padding: 2.5rem 0;
    width: 100%;
}
figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0;
}
section.projekt-description {
    padding: 0.5rem var(--margin-x);
    width: 100%;
    height: 100%;
    position: absolute;
    color: rgb(127, 127, 127) !important;
    mix-blend-mode: difference;
    top: 0;
    margin: 0;
}
section.description-inner {
    position: sticky;
    top: 0.8rem;
    margin: 0;
    padding:0 1rem;
}
section.description-inner p {
    margin: 0;
}
