/*
Theme Name:  SPC
Version: 1.0
*/


/* CSSリセット */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.8;
  color: #2E2E2E;
background:#F2F2F2;
}

.cabin {
	font-family: "Cabin Condensed", sans-serif;
  font-weight: 500;
}

