/*!
Theme Name: 🧚‍♀️ JB Pixie
Theme URI: http://pixie.jabont.com/
Author: Underscores.me
Author URI: http://jabont.com/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jb-pixie
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

JB Pixie is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
*/

/*.hentry{
	margin-top:2rem;margin-bottom:2rem
}
#page {

	min-height: 100vh;
	display: grid;
	grid-template-rows: auto 1fr auto;

}
.hentry h1,
.hentry h2,
.hentry h3,
.hentry h4,
.hentry h5,
.hentry h6{
	margin-top:1rem;margin-bottom:0.5rem;
	font-weight:700;
	color: #000;
	color: rgb(var(--df-cl-heading))
}
.hentry h1{
	font-size:2.25rem;
	line-height:2.5rem
}
.hentry h2{
	font-size:1.875rem;
	line-height:2.25rem
}
.hentry h3{
	font-size:1.5rem;
	line-height:2rem
}
.hentry h4{
	font-size:1.25rem;;
	line-height:1.75rem
}
.hentry h5{
	font-size:1.125rem;
	line-height:1.75rem;
}
.hentry h6{
	font-size:1rem;
	line-height:1.5rem;
}
.hentry h1.entry-title{
	margin-bottom:1rem;

	color: rgb(var(--df-cl-heading))
}
.hentry p{
	margin-bottom:0.5rem;
}
i*/

body{
	-webkit-font-smoothing: antialiased;
}
@font-face {
	font-family:'LINE Seed Sans TH';
	src: url(fonts/LINESeed100.woff2);
	font-weight: 100;
}
@font-face {
	font-family:'LINE Seed Sans TH';
	src: url(fonts/LINESeedSansTH_W_400.woff2);
	font-weight: 400;
}
@font-face {
	font-family:'LINE Seed Sans TH';
	src: url(fonts/LINESeedSansTH_W_700.woff2);
	font-weight: 700;
}
@font-face {
	font-family:'LINE Seed Sans TH';
	src: url(fonts/LINESeedSansTH_W_800.woff2);
	font-weight: 800;
}
@font-face {
	font-family:'LINE Seed Sans TH';
	src: url(fonts/LINESeed900.woff2);
	font-weight: 900;
}