/*
Theme Name: Studio Lotte
Theme URI: https://studiolotte-creativehouse.be
Author: Studio Lotte
Description: Custom editorial portfolio theme for Studio Lotte.
Version: 0.23.0
Text Domain: studio-lotte
*/

:root {
  --sl-bg: #a9a9a9;
  --sl-panel: #f3f3f1;
  --sl-ink: #060606;
  --sl-line: rgba(0,0,0,.18);
  --sl-muted: rgba(0,0,0,.68);
  --sl-drawer: #efefec;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--sl-ink);
  background: var(--sl-bg);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
