@charset "utf-8";

/* ==================================================

	Font

================================================== */

/* --------------------------------------------------
 * 300 Light
 * 400 Regular
 * 500 Medium
 * 600 SemiBold
 * 700 Bold
-------------------------------------------------- */

.nav-link,
.nav-reservation,
.footer-information,
.footer-copyright,
.section-title,
.page-title,
.courses-subtitle,
.link-button,
.postlist-date,
.post-date,
.pagination {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-style: normal;
}
/* weight: 300 */
.nav-reservation,
.footer-information,
.footer-copyright,
.courses-subtitle { font-weight: 300; }

.container {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
