/*
Template:easel
Theme Name:canvas on EASEL
Version: 1.1.0
*/

/* ここから下に書いたCSSが、親テーマCSSに上書きされます。 */

:root {
 --font-base: "LINE Seed JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
 --font-title: "outfit", "LINE Seed JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}


nav ol {
  font-weight: 600;
}

.footer {
	background-color: #FFF;
}

a#totop {
	background-color: #FFF;
}

a#totop:before {
	border-top: 2px solid #333;
	border-left: 2px solid #333;
}

header.article-header.entry-header {
	border-bottom: none;
}