/*
Theme Name: Cukumba Journal
Theme URI: https://cukumba.com/
Author: Cukumba
Author URI: https://cukumba.com/
Description: Tema editorial tipo revista para galería de arte (Cukumba Journal).
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cukumba-journal
Tags: custom, editorial, minimal, portfolio
*/

:root{
  --cj-bg:#efedec;
  --cj-ink:#111111;
  --cj-ink2:#2b2b2b;
  --cj-muted:#6b6b6b;
  --cj-line:rgba(17,17,17,.18);
  --cj-shadow: 0 12px 30px rgba(0,0,0,.10);
  --cj-radius: 18px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--cj-ink);
  background: var(--cj-bg);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  line-height:1.45;
}
a{color:inherit}
a:focus, button:focus, input:focus, textarea:focus{outline:2px solid rgba(0,0,0,.35); outline-offset:2px}
img{max-width:100%; height:auto; display:block}
button{font:inherit}
