/* ========== RESET ========== */
* { margin: 0; padding: 0; box-sizing: border-box; border-radius: 0; }
img { border-radius: 0 !important; }
.about-photo { background: transparent !important; border-radius: 0 !important; box-shadow: none !important; }
.about-photo img { border-radius: 0 !important; background: transparent !important; }
body { font-family: 'Noto Sans JP', sans-serif; color: #505050; background: #fff; }
a { color: inherit; text-decoration: none; }

/* ========== VARIABLES ========== */
:root {
  --white: #fff;
  --bg: #F7F6F3;
  --border: #E4E1DB;
  --text: #1A1A1A;
  --muted: #888;
  --green: #697B5F;
  --green-dark: #1A2A1E;
  --green-pale: #EEF1EB;
  --terra: #B5704A;
  --terra-pale: #F5EDE7;
}
