@import url("masonary_peach.css");

/* Masonary White: clean gallery paper with black type and soft grey structure. */
:root {
    --bg: #fbfaf7;
    --surface: #ffffff;
    --line: rgba(18, 18, 18, 0.12);
    --line-strong: rgba(18, 18, 18, 0.28);
    --text: #101010;
    --muted: #67645f;
    --accent: #101010;
    --accent-strong: #000000;
    --soft: #f0eee8;
}

input,
select,
textarea,
.public-language-menu-list,
.public-mobile-menu-panel {
    background: rgba(255, 255, 255, 0.94);
}

button {
    background: #101010;
    color: #fbfaf7;
    border-color: #101010;
}

.portfolio-page .masonary-item img,
.hero-figure img,
.public-profile-media img {
    background: #f0eee8;
}

.pill-link:hover {
    background: #f2f0eb;
}
