/* Custom Help Scout StyleSheet - Plum Village Help Scout
by Jue Yang
Derived from: 
- custom Plum Villge them by Maarten Hunik */
:root {
    --color-sun: #ffd22a;
    --color-ink: #222;
    --color-earth: #8b572a;
    --color-cloud: #fff;
    --color-light-ink: #f3f3f3;
    --color-less-light-ink: #eaeaea;
    --color-dark-ink: #272727;
    --color-border: #f3f3f3;
}
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'PV Sans Serif';
    src: url('https://plumvillage.org/wp-content/themes/plumvillage/dist/fonts/pv-sans-serif-light-text-italic.woff2') format('woff2'),
        url('https://plumvillage.org/wp-content/themes/plumvillage/dist/fonts/pv-sans-serif-light-text-italic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'PV Sans Serif';
    src: url('https://plumvillage.org/wp-content/themes/plumvillage/dist/fonts/pv-sans-serif-light-text.woff2') format('woff2'),
        url('https://plumvillage.org/wp-content/themes/plumvillage/dist/fonts/pv-sans-serif-light-text.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PV Sans Serif';
    src: url('https://plumvillage.org/wp-content/themes/plumvillage/dist/fonts/pv-sans-serif-medium.woff2') format('woff2'),
        url('https://plumvillage.org/wp-content/themes/plumvillage/dist/fonts/pv-sans-serif-medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PV Sans Serif';
    src: url('https://plumvillage.org/wp-content/themes/plumvillage/dist/fonts/pv-sans-serif-bold.woff2') format('woff2'),
        url('https://plumvillage.org/wp-content/themes/plumvillage/dist/fonts/pv-sans-serif-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/* cormorant-garamond-regular - vietnamese_latin */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('https://plumvillage.org/wp-content/themes/plumvillage/dist/fonts/cormorant-garamond-v16-vietnamese_latin-regular.woff2')
            format('woff2'),
        url('https://plumvillage.org/wp-content/themes/plumvillage/dist/fonts/cormorant-garamond-v16-vietnamese_latin-regular.woff')
            format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cormorant-garamond-italic - vietnamese_latin */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400;
    src: local(''),
        url('https://plumvillage.org/wp-content/themes/plumvillage/dist/fonts/https://plumvillage.org/wp-content/themes/plumvillage/dist/fonts/cormorant-garamond-v16-vietnamese_latin-italic.woff2')
            format('woff2'),
        url('https://plumvillage.org/wp-content/themes/plumvillage/dist/fonts/cormorant-garamond-v16-vietnamese_latin-italic.woff')
            format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cormorant-garamond-600 - vietnamese_latin */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    src: local(''),
        url('https://plumvillage.org/wp-content/themes/plumvillage/dist/fonts/cormorant-garamond-v16-vietnamese_latin-600.woff2')
            format('woff2'),
        url('https://plumvillage.org/wp-content/themes/plumvillage/dist/fonts/cormorant-garamond-v16-vietnamese_latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cormorant-garamond-700italic - vietnamese_latin */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 700;
    src: local(''),
        url('https://plumvillage.org/wp-content/themes/plumvillage/dist/fonts/cormorant-garamond-v16-vietnamese_latin-700italic.woff2')
            format('woff2'),
        url('https://plumvillage.org/wp-content/themes/plumvillage/dist/fonts/cormorant-garamond-v16-vietnamese_latin-700italic.woff')
            format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



/* minimal styling */

h3, p, li, nav, input, button, table {
	font-family: "PV Sans Serif", sans-serif;
	font-weight: 400;
}

h1 {
	font-family: "Cormorant Garamond", serif!important;
	font-weight: 400;
	font-style: italic;
	font-size: 2.0625rem;
}

strong {
	font-weight:600;
}

header {
	background-image: url(https://plumvillage.org/wp-content/uploads/2023/01/background.jpg);
	padding:20px;
}

nav ul.nav {
	display:none!important;
}

.navbar .navbar-inner {
	background:none;
}

#docSearch {
	background: #f3f3f3;
}

#searchBar button {
    background: #12455c;
    border: 1px solid #222;
}

#sidebar .nav-list a {
    display: inline-block;
    color: #858585;
    font-size: 1.25em;
    padding: 6px 15px 6px 0;
    line-height: 20px;
    margin-left: 0;
}

.articleList li {
	margin:1em 0;
	padding-left:25px;
	font-size:1.25em;
	font-weight:400;
}

#fullArticle, 
#fullArticle p, 
#fullArticle div, 
#fullArticle blockquote, 
#fullArticle dd, 
#fullArticle table {
	font-size:1.25em;
	font-weight:300;
}

#fullArticle ul, 
#fullArticle ol, 
#fullArticle li {
	font-size:1em;
}