@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400&family=Shippori+Mincho:wght@400;500&family=Noto+Serif+JP:wght@300;400&display=swap');

body, p, li, td, span {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

nav a, .btn, button {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
}