/**
Theme Name: astra-child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* TripNotice global design system */
:root {
	--tn-dark: #6064cd;
	--tn-primary: #757afa;
	--tn-light: #9ea2fc;
	--tn-primary-pale: #eeeeff;
	--tn-ink: #1a1a2e;
	--tn-muted: #5a5a7a;
	--tn-subtle: #9999b5;
	--tn-line: #c8c8e0;
	--tn-line-light: #e4e4ef;
	--tn-surface: #fafafc;
	--tn-surface-soft: #f2f2f8;
	--tn-surface-muted: #e8e8f2;
	--tn-white: #ffffff;
	--tn-gold: #c9a961;
	--tn-gold-pale: #f5eddb;
	--tn-sans: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
	--tn-serif: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
	--tn-english: "DM Sans", var(--tn-sans);
	--tn-display: "DM Mono", monospace;
}

body,
button,
input,
select,
textarea {
	font-family: var(--tn-sans);
}

body {
	color: var(--tn-ink);
	background: var(--tn-surface);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
}

h1,
h2,
.entry-title,
.page-title {
	color: var(--tn-ink);
	font-family: var(--tn-serif);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1px;
}

h1,
.entry-content h1 { font-size: 48px; }
h2,
.entry-content h2 { font-size: 40px; }
h3,
.entry-content h3 { color: var(--tn-ink); font-size: 24px; font-weight: 700; line-height: 1.2; }
h4,
.entry-content h4 { color: var(--tn-ink); font-size: 18px; font-weight: 700; line-height: 1.2; }

p,
.entry-content p { line-height: 1.8; }

.entry-content a:not(.wp-element-button),
.comment-content a {
	color: var(--tn-dark);
}

.entry-content a:not(.wp-element-button):hover,
.comment-content a:hover {
	color: var(--tn-primary);
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-element-button,
.ast-button,
.button {
	border-color: var(--tn-primary);
	background: var(--tn-primary);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-element-button:hover,
.ast-button:hover,
.button:hover {
	border-color: var(--tn-dark);
	background: var(--tn-dark);
}

input:not([type="submit"]),
select,
textarea {
	border-color: var(--tn-line-light);
	color: var(--tn-ink);
	background: var(--tn-white);
}

input:not([type="submit"]):focus,
select:focus,
textarea:focus {
	border-color: var(--tn-primary);
	box-shadow: 0 0 0 3px rgba(117, 122, 250, .12);
}

.main-header-bar,
.ast-primary-header-bar {
	border-color: var(--tn-line-light);
	background: rgba(255, 255, 255, .94);
}

.site-title a,
.site-title a:focus,
.site-title a:hover,
.main-header-menu > .menu-item > .menu-link,
.ast-header-menu > .menu-item > .menu-link {
	color: var(--tn-ink);
}

.main-header-menu > .menu-item > .menu-link,
.ast-header-menu > .menu-item > .menu-link {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

.main-header-menu > .menu-item:hover > .menu-link,
.main-header-menu > .current-menu-item > .menu-link,
.ast-header-menu > .menu-item:hover > .menu-link,
.ast-header-menu > .current-menu-item > .menu-link {
	color: var(--tn-dark);
}

.ast-mobile-svg,
.ast-menu-svg {
	fill: var(--tn-dark);
}

.site-footer {
	color: var(--tn-line);
	background: var(--tn-dark);
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer a {
	color: var(--tn-white);
}

.site-footer p,
.site-footer li,
.site-footer small {
	color: var(--tn-line);
}

@media (max-width: 640px) {
	h1,
	.entry-content h1 { font-size: 40px; }
	h2,
	.entry-content h2 { font-size: 32px; }
}
