/******************************************************************
Theme Name: ORIGAMI - all white
Theme URI: 
Description: 
Author: ORIGAMI WORKS
Author URI: 
Version: 1.0.1
Tags: 

License: WTFPL
License URI: http://sam.zoy.org/wtfpl/


/* ==========================================================================
   Setting
========================================================================== */
:root {
  --white: #ffffff;
  --off-white: #FCFAF2;
  --l-gray: #F7F4E9;
  --l-gray2: #F4F1E6;
  --gray: #d1d1d1;
  --d-gray: #727272;
  --dd-gray: #343434;
  --black: #333333;
  --border1: #BCB9AE;
  --border2: #E8E8E8;
  --color1: #A76752;
  --color1-h: #9e5c46;
  --color2: #395A51;
  --color2-h: #2d5147;
  --color3: #BB9C6C;
  --color3-h: #BB9C6C;
  --red: #dd301d;

  --font1: "Marcellus", serif;
  --gothic: "MFW-YuGoPr6N-Light", "Noto Sans JP", sans-serif;
  --gothic-r: "MFW-YuGoPr6N-Regular", "Noto Sans JP", sans-serif;
  --gothic-m: "MFW-YuGoPr6N-Medium", "Noto Sans JP", sans-serif;

  --mincho: "MFW-YuMinPr6N-Light", "Noto Serif JP", serif;
  --mincho-r: "MFW-YuMinPr6N-Regular", "Noto Serif JP", serif;
  --mincho-m: "MFW-YuMinPr6N-Medium", "Noto Serif JP", serif;
}
