:root {
  --ink-secondary: #A65B3D;
  --line-page: #E8DCCB;
  --line-strong: #3E342C;
  --tone-base: #C47A5A;
  --line-base: #FFFFFF;
  --ink-primary: #3E342C;
  --motion-panel: ease;
}

body{margin:0;padding:0;font-family:"Playfair Display", sans-serif;}
*{box-sizing:border-box;}
.cookies {
        position: fixed;
        left: 1.01rem;
        right: 1.01rem;
        bottom: 1.5rem;
        z-index: 1200
    }
.cookies .secondary-steps {
        max-width: 900px;
        margin: 0 auto;
        display: flex;
        gap: 1px;
        background: #d8dde6;
        color: #0a0f1a;
        border: 1px solid #d8dde6;
        box-shadow: 0 6px 30px rgba(0,0,0,0.1)
    }
.cookies .secondary-steps div {
        width: 50%;
    }
.cookies .secondary-steps > * {
        min-width: 0;
    }
.cookies .secondary-steps > * {
        background: #fff;
        color: #0a0f1a;
        padding: 1.5rem
    }
.cookies strong {
        font-size: calc(15.4px * 1.35);
        line-height: 1.12
    }
.cookies p {
        margin: calc(1.5rem * .75) 0 0;
        color: #2a3040;
        line-height: 1.71
    }
.cookies button {
        border: 0;
        font: inherit;
        cursor: pointer
    }
.cookies button.cookie-accept {
        background: var(--ink-secondary);
        color: #FFFFFF
    }
@media (max-width: 760px) {
        .cookies .secondary-steps {
            display: block
        }

        .cookies .secondary-steps > * {
            display: block;
            width: 100%;
            text-align: left;
            border-bottom: 1px solid #d8dde6
        }
    }
