/*
Theme Name: Culture Shock Japan
Theme URI: https://cultureshock-japan.com
Author: Bradley Surgener
Author URI: https://cultureshock-japan.com
Description: Custom theme for Culture Shock Japan
Version: 1.1.8
License: GNU General Public License v2 or later
Text Domain: csj
*/

:root {
  --bg: #F5F3EE;
  --surface: #ffffff;
  --surface-2: #eeebe5;
  --surface-3: #e6e2db;
  --text: #1a1816;
  --text-body: #3a3632;
  --text-muted: #7a7368;
  --text-dim: #a8a198;
  --red: #c41e3a;
  --red-soft: rgba(196,30,58,0.07);
  --red-medium: rgba(196,30,58,0.12);
  --gold: #a8872e;
  --gold-soft: rgba(168,135,46,0.08);
  --teal: #3d7a6e;
  --teal-soft: rgba(61,122,110,0.07);
  --rule: rgba(0,0,0,0.07);
  --serif: 'DM Serif Display', Georgia, serif;
  --sans: 'Outfit', -apple-system, sans-serif;
  --jp: 'Noto Sans JP', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: var(--sans); background: var(--bg); color: var(--text); -webkit-font-smoothing: antialiased; padding-top: 72px; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }
