/*
 * Theme typography
 *
 */


@media only screen and (max-width: 600px) {

}
@media only screen and (min-width: 1000px) {

}
body {
	/* font-optical-sizing: auto; */
	font-family: var(--z-font-primary);
	font-size: var(--z-font-size-default);
	font-weight: var(--z-font-weight-default);
	letter-spacing: var(--z-font-letter-spacing-default);
	line-height: var(--z-font-line-height-default);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
button,
.button,
nav {
	font-family: var(--z-font-secondary);
}
h1,
h2,
h3,
h4 {
	word-wrap: break-word;
	letter-spacing: .05rem;
	white-space: normal;
}
/* article > h1 {
	grid-column: 2 / -1;
	width: max-content;
	margin: 5dvh 0;
	font-size: 5.4rem;
	line-height: 1.3;
	font-weight: 600;
	text-transform: uppercase;
	transform: translateX(-8rem);
	padding: 0.5rem 3rem;
	color: var(--z-color-primary);
	display: flex;
	max-width: 30ch;
	flex-wrap: wrap;
}
h1 > span {
	background: var(--z-color-primary);
	color: var(--z-color-white);
	padding: 0 0.41ch;
}
h1 > span.search-subject {
	padding: 0 2rem;
}
h1 label:not(:has(input)),
h1 .label:not(:has(input)) {
	text-transform: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	color: inherit;
} */

article > h1,
h2 {
	max-width: var(--z-container-size);
	width: 100%;
	font-weight: 510;
	letter-spacing: 0.1rem;
	margin-bottom: 2rem;
	line-height: 1.35;
}
h2 span {
	display: block;
	font-size: 1.8rem;
	text-transform: uppercase;
	color: rgba(0,0,0,0.3);
}
h2 em {
	font-style: normal;
}
article > * > h2 {
	margin-top: 0;
}


#watdan h2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 4rem;
	transition: opacity 250ms ease-in-out;
	margin-bottom: 0;
}
#watdan h2 span {
	font-size: inherit;
	color: inherit;
}
#watdan h2.visually-hidden {
	opacity: 0.5;
}
#watdan h2 span > span {
	display: inline-flex;
	min-width: 0.5ch;
}
#watdan h2 span > span[class^="char"],
#watdan h2 span > span[class*=" char"] {
	opacity: 0;
	animation-duration: 150ms;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
}
#watdan h2 span > span.charFadeIn {
	animation-name: funkUpCharFadeIn;
}
@keyframes funkUpCharFadeIn {
	100% {
	  opacity: 1;
	}
}
#watdan h2 span > span.charFlip {
	opacity: 1;
	animation-duration: 200ms;
	backface-visibility: hidden;
	transform: rotateX(180deg);
	animation-name: funkUpCharFlip;
	transform-style: preserve-3d;
}
@keyframes funkUpCharFlip {
	  0% { transform: rotateX(180deg); }
	 60% { transform: rotateX(60deg); }
	100% { transform: rotateX(0deg); }
}
#watdan h2 span > span.charSink {
	animation-duration: 150ms;
	transform: translateY(-200%);
	animation-name: funkUpCharSink;
	transform-style: preserve-3d;
}
@keyframes funkUpCharSink {
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
#watdan h2 span > span.charPop {
	animation-duration: 150ms;
	opacity: 1;
	transform: scale(0);
	animation-name: funkUpCharPop;
	transform-style: preserve-3d;
}
@keyframes funkUpCharPop {
	0% { transform: scale(0); }
	65% { transform: scale(1.4); }
   100% { transform: scale(1); }
}
#watdan h2 span > span.charFlkr {
	animation-duration: 250ms;
	opacity: 1;
	animation-name: funkUpCharFlkr;
}
@keyframes funkUpCharFlkr {
   0% { opacity: 0; }
   25% { opacity: 0; }
   50% { opacity: 1; }
   75% { opacity: 0; }
  100% { opacity: 1; }
}
#watdan h2 span > span.charCirc {
	animation-duration: 150ms;
	opacity: 1;
	animation-name: funkUpCharCirc;
	transform-style: preserve-3d;
}
@keyframes funkUpCharCirc {
	 0% { transform: rotate(0deg); }
   100% { transform: rotate(360deg); }
}








h3 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}
p {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
br.p-br {
	display: block;
	margin-top: 1rem;
	margin-bottom: 1rem;
}


@media only screen and (max-width: 480px) {

}

strong {
	font-weight: 600;
}







.text-uppercase {
	text-transform: uppercase;
}
.tiny-text {
	font-weight: 300;
	font-size: 9px;
}
.text-left {
    text-align: left;
}
.align-right,
.text-right {
	text-align: right;
}
.align-center,
.text-center {
	text-align: center;
}
.text-justify {
    text-align: justify;
}
.content.hidden {
	display: none;
}

.text-light {
	color: var(--tertiary-button-bg-color);
}


/* ************************* */

a:not(.button) {
	color: var(--z-primary-link-color);
	text-decoration-style: dashed;
	text-decoration-line: underline;
	text-decoration-skip-ink: auto;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
	transition: all 250ms ease-in-out;
}
a:not(.button):hover,
a:not(.button):focus,
p a:not(.button):hover,
p a:not(.button):focus,
a:not(.button).uline:hover,
a:not(.button).uline:focus {
	color: var(--z-primary-link-color-hover);
	text-decoration-style: solid;
	text-decoration-line: underline;
	text-decoration-skip-ink: auto;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}
a:not(.button):active,
a:not(.button):visited {
	color: var(--z-primary-link-color-visited);
	text-decoration-style: dashed;
	text-decoration-line: underline;
	text-decoration-skip-ink: auto;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}
a:not(.button).no-underline {
	text-decoration: none !important;
}
a:not(.button).no-underline span.underline {
	text-decoration-line: underline !important;
}

a:not(.button).anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}
a.file::before {
	display: inline-block;
	text-decoration: none !important;
	padding-right: 10px;
    font-family: 'Font Awesome 6 Pro';
	font-weight: 300;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    content: "\f016";
    content: "\f15b";
}
a.pdf::before {
    content: "\f1c1";
}
a.xls::before {
    content: "\f1c3";
}
a.doc::before {
    content: "\f1c2";
}
a.ppt::before {
    content: "\f1c4";
}
a.jpg::before,
a.jpeg::before {
    content: "\f1c5";
}






blockquote {
    width: 100%;
	padding-left: 10%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
	border-left: 2px solid var(--tertiary-text-color);
}

article li > strong {
	display: block;
}
ul.document-list {
	list-style: none;
	padding-left: 0;
}
ul.document-list li {
	padding-left: 0;
}