/* ### BASE ### */
::selection { background: var(--p1); color: var(--w); }
::-moz-selection { background: var(--p1); color: var(--w); }
::-webkit-scrollbar { width: 7px; }
::-webkit-scrollbar-track { background: var(--ow); }
::-webkit-scrollbar-thumb { background: var(--p1); }
::-webkit-scrollbar-thumb:hover { background: var(--p2); }

:root {
	--p1: #FAC472;
	--p2: #FC9233;
	--bg: #092124;
	--bg2: #0D2D2F;
	--w: #FFFFFF;
	--g: #CCCCCC;
	--ow: #FAFAFA;
	--ow2: #F6F6F6;
	--owb: #EFEFEF;
}

html { letter-spacing: .25px; }

.uk-button-primary {
	color: var(--w) !important;
	background: linear-gradient(135deg, rgb(250, 196, 114) 0%, rgb(252, 146, 51) 100%);
	transition: all .35s ease-in-out;
}
.uk-button-primary:focus,
.uk-button-primary:hover {
	transform: translateY(-3px) scale(1.02);
    filter: brightness(1.05);
}

.page-id-18 .cta-container,
.page-id-229 .cta-container,
.page-id-264 .cta-container { display: none; }
.page-id-18 .cta,
.page-id-229 .cta,
.page-id-264 .cta { margin: inherit; }

.page-id-229 .spectrum-grid .uk-grid > div .el-item:after,
.page-id-264 .spectrum-grid .uk-grid > div .el-item:after { display: none; }

@media (max-width: 959px) {
    .page-id-18 .footer,
	.page-id-229 .footer,
	.page-id-264 .footer {
        padding-top: inherit;
    }
}
/* ### BASE ### */

/* ### NAVIGATION ### */
.uk-sticky .uk-logo img { transition: all .35s ease-in-out; }
.uk-sticky-below { background: var(--bg); }
.uk-sticky-below .uk-logo img { width: 200px; }

.uk-navbar ul li a { color: var(--w) !important; }
.uk-navbar ul li.uk-active a,
.uk-navbar ul li a:focus,
.uk-navbar ul li a:hover { color: var(--p1) !important; }

.uk-navbar-dropdown { width: 250px; border-radius: 12px; padding: 20px; }
.uk-navbar-dropdown:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 40px;
	height: 0;
	width: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid var(--w);
}
.uk-navbar-dropdown ul { display: flex; flex-direction: column; gap: 7px; }
.uk-navbar-dropdown ul li a {
	color: var(--bg);
	font-family: 'PJS SemiBold';
	font-size: 15px;
	letter-spacing: 0;
    text-transform: none;
    padding: 0;
	transition: all .1s ease-in-out;
}
.uk-navbar-dropdown ul li a:focus,
.uk-navbar-dropdown ul li a:hover { color: var(--p1); }
/* ### NAVIGATION ### */

/* ### MOBILE NAVIGATION ### */
.uk-navbar-toggle { padding: 0 10px; }
.uk-navbar-toggle svg { color: var(--w); width: 25px; }

.tm-header-mobile .uk-navbar-container,
#tm-dialog-mobile { background: var(--bg); }

.tm-header-mobile .uk-grid-margin .uk-grid { flex-direction: column-reverse; }
.tm-header-mobile ul { display: flex; flex-direction: column; gap: 20px; padding: 20px 0 0; }
.tm-header-mobile ul.uk-nav-sub { gap: 12px; }
.tm-header-mobile ul li a { padding: 0; }
.tm-header-mobile ul li .uk-nav-sub { gap: 12px; padding: 12px 0 0; }

.tm-header-mobile ul li.uk-open > a { color: var(--w); }
.tm-header-mobile .uk-nav li.uk-parent a { gap: 5px; }
.tm-header-mobile .uk-nav li a .uk-nav-parent-icon { position: relative; top: 1px; margin: 0 }
.tm-header-mobile .uk-nav li a .uk-nav-parent-icon svg polyline { stroke-width: 1.75; }

#tm-dialog-mobile .uk-margin-auto-vertical { position: relative; z-index: 2; }
#tm-dialog-mobile { position: relative; }
#tm-dialog-mobile:after {
	content: '';
    position: absolute;
	z-index: 1;
	right: 0;
    bottom: 0;
    left: -35px;
    background: url(/wp-content/uploads/haerkoetter-sahlmann_signet-outline.svg) no-repeat;
    height: 189px;
    width: 100%;
	padding-bottom: 30px;
}

#tm-dialog-mobile #custom_html-3 { position: relative; z-index: 2; padding-bottom: 100px; }

@media (max-width: 639px) {
	.uk-navbar-container:not(.uk-navbar) { padding: 15px 0; }
	.uk-logo img { width: 200px; }
}
/* ### MOBILE NAVIGATION ### */

/* ### HERO ### */
.hero { position: relative; }
.hero:after {
	content: '';
	position: absolute;
	bottom: 30px;
	right: 0;
	z-index: 3;
	height: 135px;
	width: 125px;
	background: url(/wp-content/uploads/planer-am-bau_badge.svg) no-repeat;
}
.subpage-hero:after { display: none; }

.subpage-hero h4 { letter-spacing: 0; text-transform: none; }

.hero .hero-left { position: relative; bottom: 50px; padding-bottom: 100px; }
.hero .hero-left .uk-panel { position: relative; z-index: 2; }
.hero .hero-left p { color: var(--w); }

.hero .hero-right img {
	position: absolute;
    z-index: 1;
    left: -70px;
    bottom: 0;
    max-width: 1000px;
    margin: auto;
}

.subpage-hero .hero-right img {
	bottom: 25px;
}

.bonus-badge-container { position: absolute; z-index: 2; right: 0; bottom: 30px; }
.bonus-badge {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	height: 200px;
	width: 200px;
	background: linear-gradient(135deg, rgb(252, 146, 51) 0%, rgb(250, 196, 114) 100%);
	border-radius: 100%;
}
.bonus-badge .text,
.bonus-badge .headline {
	color: var(--w);
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
}
.bonus-badge .text { font-family: 'PJS Bold'; font-size: 18px; }
.bonus-badge .headline { font-family: 'PJS ExtraBold'; font-size: 42px; margin: 3px 0; }


@media (max-width: 959px) {
	.hero:after {
		bottom: 20px;
		right: 0;
		height: 115px;
		width: 105px;
	}
	
	.hero .hero-left { bottom: 0; padding-bottom: 40px; }
	
	.hero .hero-right img {
		position: relative;
		z-index: 1;
		left: 0;
		width: 1000px;
		max-width: 100%;
	}
	
	.first-section { padding-top: 70px; }
	.bonus-badge-container { bottom: -100px; }
	.bonus-badge { height: 125px; width: 125px; }
	.bonus-badge .text { font-size: 12px; }
	.bonus-badge .headline { font-size: 24px; }
}
@media (max-width: 639px) {
	.hero:after { bottom: 15px; }
}

.sub-hero { position: relative; }
.sub-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(9,33,36,.7);
    z-index: 1;
    pointer-events: none;
}
.sub-hero > div { background-size: cover !important; }
.sub-hero h1 { position: relative; z-index: 2; padding-top: 350px; }
/* ### HERO ### */

/* ### SUBPAGES ### */
.subpage-image img { border-radius: 25px; }
/* ### SUBPAGES ### */

/* ### SOLUTIONS ### */
.solutions .el-item { position: relative; z-index: 0; }

.solutions .el-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(9,33,36,.7);
  z-index: 1;
  pointer-events: none;
  transition: background .35s ease-in-out;
}

.solutions .el-item .el-title,
.solutions .el-item .uk-panel,
.solutions .el-item .uk-position-bottom-center { position: relative; z-index: 2; }

.solutions .el-item .uk-panel { padding: 30px; }
.solutions .el-item .el-title { font-size: 20px; }

.solutions .el-item:hover::after,
.solutions .el-item:focus::after { background: transparent; }
/* ### SOLUTIONS ### */

/* ### ABOUT US ### */
.about-us { position: relative; top: -15px; background: transparent; }
/* ### ABOUT US ### */

/* ### SPECTRUM ### */
.spectrum .uk-section {
	background-position-x: -250px;
    background-size: 1200px;
}

.spectrum-grid .el-item {
	position: relative;
	background: linear-gradient(135deg, rgb(252, 146, 51) 0%, rgb(250, 196, 114) 100%);
	padding: 70px 25px 25px;
}
.spectrum-grid .el-item .el-title,
.spectrum-grid .el-item p { position: relative; z-index: 2; color: var(--w); }
.spectrum-grid .el-item p { margin-top: -5px; }

.spectrum-grid .uk-grid > div .el-item:after {
	content: '';
    position: absolute;
    z-index: 1;
	top: 30px;
    right: 50px;
    height: 100px;
    width: 75px;
	opacity: .25;
}
.spectrum-grid .uk-grid > div:nth-child(1) .el-item:after { background: url(/wp-content/uploads/versorgung-raumklima_icon.svg) no-repeat; }
.spectrum-grid .uk-grid > div:nth-child(2) .el-item:after { background: url(/wp-content/uploads/elektro-sicherheit_icon.svg) no-repeat; }
.spectrum-grid .uk-grid > div:nth-child(3) .el-item:after { background: url(/wp-content/uploads/erneuerbare-energien_icon.svg) no-repeat; }
.spectrum-grid .uk-grid > div:nth-child(4) .el-item:after { background: url(/wp-content/uploads/kommunikation-steuerung_icon.svg) no-repeat; }
/* ### SPECTRUM ### */

/* ### CONTACT PERSON ### */
/* Navigation / Filter */
.contact-person .el-nav {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	padding-left: 0;
	margin-bottom: 40px;
}

.contact-person .el-nav li {
	list-style: none;
}

.contact-person .el-nav li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	padding: 0 25px;
	border-radius: 12px;
	background: var(--ow);
	color: var(--bg);
	font-family: 'PJS SemiBold';
	font-size: 14px;
	letter-spacing: 0;
	text-transform: none;
	transition: all 0.35s ease-in-out;
	border: 1px solid transparent;
}

.contact-person .el-nav li a:hover,
.contact-person .el-nav li a:focus {
	background: linear-gradient(135deg, rgb(252, 146, 51) 0%, rgb(250, 196, 114) 100%);
	color: var(--w);
	transform: translateY(-3px) scale(1.02);
    filter: brightness(1.05);
}

.contact-person .el-nav li.uk-active a {
	background: linear-gradient(135deg, rgb(252, 146, 51) 0%, rgb(250, 196, 114) 100%);
	color: var(--w);
}

/* Person Cards */
.contact-person .el-item {
	background: var(--w);
	border-radius: 12px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	overflow: hidden;
	transition: all 0.35s ease-in-out;
}

.contact-person .el-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
}

.contact-person .el-item img {
	width: 100%;
	height: auto;
	display: block;
}

.contact-person .el-item .uk-grid {
	display: flex;
	flex-direction: column;
	padding: 22px;
}

.contact-person .el-item .el-title {
	font-family: 'PJS Bold';
	font-size: 18px;
	color: var(--bg);
	margin-top: 5px !important;
}

.contact-person .el-item .contact-icons {
	display: flex;
	gap: 8px;
	position: absolute;
	right: 18px;
	bottom: 18px;
}

.contact-person .el-item .contact-icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--bg);
	color: var(--w);
	transition: background 0.3s ease, transform 0.2s ease;
}

.contact-person .el-item .contact-icons a:hover {
	background: var(--p2);
	transform: scale(1.05);
}

/* Responsive */
@media (max-width: 959px) {
	.contact-person .el-nav {
		margin-bottom: 25px;
	}
}
@media (max-width: 640px) {
	.contact-person .el-nav li a {
		font-size: 14px;
		height: 42px;
		padding: 0 16px;
	}
}

.contact-person .el-item { position: relative; }
.contact-details {
	position: absolute;
	top: 12px;
	right: 30px;
	display: flex;
	gap: 5px;
}
.contact-details .e-mail,
.contact-details .phone {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	width: 30px;
	background: var(--bg);
	border-radius: 35px;
}
.contact-details .e-mail:after { content: ''; height: 10px; width: 14px; background: url(/wp-content/uploads/e-mail.svg) no-repeat; }
.contact-details .phone:after { content: ''; height: 15px; width: 15px; background: url(/wp-content/uploads/phone.svg) no-repeat; }
/* ### CONTACT PERSON ### */

/* ### KARRIERE ### */
.job-offers .el-item { position: relative; background: var(--ow2); border-radius: 25px; padding: 60px 20px 20px 20px; }
.job-offers h3,
.job-offers p { padding: 0 15px; }
.job-offers h3 { font-size: 20px; }
.job-offers p { font-size: 14px; margin-top: 10px;}

.job-offers .icon {
	position: absolute;
	top: -35px;
	display: block;
	height: 65px;
	width: 50px;
	object-fit: contain;
}

.benefits .el-item {
	display: grid;
	grid-template-columns: 60px auto;
	gap: 15px;
	justify-content: center;
	align-items: center;
}
.benefits .el-item .headline { font-family: 'PJS ExtraBold'; }

.fs-counter { background: var(--bg); border-radius: 25px; padding: 50px 0 60px; }
.fs-counter .el-item { text-align: center; }
.fs-counter .el-counter {
	font-family: 'PJS ExtraBold';
	font-size: 72px;
	background: linear-gradient(135deg, rgb(252, 146, 51) 0%, rgb(250, 196, 114) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.fs-counter .el-title { color: var(--w); font-size: 18px; }

@media (max-width: 959px) {
	.benefits .el-item { justify-content: flex-start; }
}
/* ### KARRIERE ### */

/* ### CTA ### */
.cta { background: transparent; margin-bottom: -50px; }
.cta-container { background: var(--bg2); border-radius: 25px; }
.cta-container .text { padding: 70px; }
.cta-container .image { position: relative; border-radius: 25px; }
.cta-container .image div div { border-top-left-radius: 25px; border-bottom-left-radius: 25px; }
.cta-container .image:before {
	content: '';
	position: absolute;
	z-index: 1;
	inset: 0;
	background: linear-gradient(to right, rgba(252, 146, 51, 0.75) 0%, rgba(250, 196, 114, .25) 100%);
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.cta h2,
.cta p { color: var(--w); }
.cta h2 { position: relative; z-index: 2; font-family: 'PJS ExtraBold'; font-size: 32px; }

@media (max-width: 959px) {
	.cta-container .image { height: 300px; }
	.cta-container .image div div { border-radius: 25px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
	.cta-container .image:before {
		background: linear-gradient(to top, rgba(252, 146, 51, 0.75) 0%, rgba(250, 196, 114, .25) 100%);
		border-radius: 25px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.cta-container .text { padding: 40px; }
}
@media (max-width: 580px) {
	.cta-container .text { padding: 30px; }
}
/* ### CTA ### */

/* ### FOOTER ### */
.footer > div { background-position-x: -175px; background-position-y: -50px; }
.footer .highlight { color: var(--p1) !important; }
.footer .uk-h5 { letter-spacing: 0; text-transform: none; }
.footer p,
.footer a { color: var(--w); transition: all .35s ease-in-out; }
.footer a:focus,
.footer a:hover { color: var(--p1) !important; }

@media (max-width: 959px) {
	.footer { padding-top: 140px; }
	.footer > div { background-size: 700px; background-position: -330px; }
}

.copyright { border-top: 1px solid var(--bg2); }
.copyright .social-nav { display: flex; justify-content: flex-end; align-items: center; gap: 15px; }
.copyright .social-nav img { height: 16px; }

@media (max-width: 639px) {	
	.copyright .uk-panel { text-align: center; }
	.copyright .social-nav { justify-content: center; }
}
/* ### FOOTER ### */

/* ### FORM ### */
.contact-form .uk-container {
	background: var(--bg);
	border-radius: 25px;
	padding: 70px;
}

.contact-form .uk-container h2 {
	background: linear-gradient(135deg, rgb(252, 146, 51) 0%, rgb(250, 196, 114) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.contact-form .uk-container p,
.contact-form .uk-container .form-title,
.contact-form .uk-container .form-subtitle,
.contact-form .uk-container a { color: var(--w); }
.contact-form .uk-container a { color: var(--w); text-decoration: underline; transition: all .35s ease-in-out; }
.contact-form .uk-container a:focus,
.contact-form .uk-container a:hover { color: var(--p1); }

@media (max-width: 959px) {
	.contact-form .uk-container { padding: 30px; margin: 0 20px; }
}

.form-title {
	font-family: 'PJS Bold';
    font-size: 22px;
    color: var(--bg);
}
.form-title.margin-top { display: block; margin-top: 50px; }
.form-subtitle {
	display: block;
	font-family: 'PJS SemiBold';
	font-size: 13px;
    color: var(--bg);
	padding-left: 7px;
    margin-bottom: -20px !important;
}

.wpcf7-form .uk-grid { margin-bottom: 22px; }
.uk-input, .uk-select, .uk-textarea { font-size: 15px; }
.uk-input:not(input), .uk-select:not(select) { line-height: inherit; }
.uk-textarea {
    height: 12em;
    resize: none;
    box-sizing: border-box;
}

.wpcf7-submit {
	border: none;
	cursor: pointer;
}
.wpcf7-submit[disabled] {
	color: var(--bg);
	background: var(--g);
	cursor: not-allowed;
	opacity: 0.7;
}
.wpcf7-submit:hover,
.wpcf7-submit:focus {
	filter: brightness(1.1);
	transform: translateY(-2px);
}

/* Rückmeldungen */
.wpcf7-not-valid-tip { display: none; }

.wpcf7-response-output {
	color: var(--w);
	background: var(--p1);
	border: none !important;
	border-radius: 10px;
	padding: 15px 20px !important;
	margin: 25px 0 0 !important;
	font-family: 'PJS Medium';
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	background: red;
}
.wpcf7 form .wpcf7-not-valid {
	border-color: red;
}
/* ### FORM ### */

/* ### FORM CHECKBOX ### */
.checkbox {
	display: grid;
	grid-template-columns: 25px auto;
	gap: 12px;
	margin: 50px 0;
	align-items: flex-start;
}
.checkbox p { margin: 0; }

.checkbox .uk-checkbox {
	position: relative;
	top: -1px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	border: 1.5px solid var(--bg);
	border-radius: 5px;
	background: var(--ow);
	margin: 0;
	cursor: pointer;
	transition: all .3s ease;
}
.checkbox .uk-checkbox:checked {
	background-color: var(--p1);
	border-color: var(--p1);
}
.checkbox .uk-checkbox:checked:after {
	content: '';;
	display: block;
	background: url(/wp-content/uploads/check.svg) no-repeat center;
	width: 12px;
	height: 9px;
	filter: brightness(0) invert(1);
}
.checkbox .wpcf7-list-item { margin: 4px 0 0; }
.checkbox .checkbox-text .checkbox-title { font-family: 'PJS SemiBold'; margin: 2px 0 5px; }
.checkbox .checkbox-text span { display: block; }
.checkbox .checkbox-text a { font-family: 'PJS SemiBold'; transition: all .35s ease-in-out; }

@media (max-width: 1199px) {
	.checkbox { margin-left: 0; }
}

/* ### FILE UPLOAD ### */
.codedropz-upload-handler {
	background: rgba(255,255,255,0.05);
	border: 1.5px dashed var(--owb);
	border-radius: 10px;
	margin-bottom: 0;
	cursor: default;
	transition: all .3s;
}
.codedropz-upload-handler:hover,
.codedropz-upload-handler:focus {
	background: rgba(255,255,255,0.08);
}

.codedropz-upload-container { padding: 0; }
.dnd-upload-counter { right: 12px; bottom: 7px; }

.codedropz-upload-inner h3,
.codedropz-upload-inner span { display: none; }

.codedropz-upload-inner .cd-upload-btn {
	display: block;
	color: var(--bg);
	text-align: center;
	padding: 40px 25px;
	font-family: 'PJS Medium';
}
.codedropz-upload-inner .cd-upload-btn:before {
	content: '';
	position: relative;
	top: 1px;
	display: inline-block;
	background: url(/wp-content/uploads/upload.svg) no-repeat center;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	filter: brightness(0) invert(1);
}

/* ### Upload Status ### */
.dnd-upload-status {
	position: relative;
	display: flex;
	gap: 12px;
	align-items: center;
	width: calc(100% - 40px);
	background: var(--ow);
	border-radius: 12px;
	padding: 12px 18px;
	margin-top: 12px;
	transition: all .3s ease;
}

.dnd-upload-status .dnd-upload-details { width: 100%; padding: 0; }
.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
	background: var(--ow);
	height: 25px;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
	display: flex;
	justify-content: center;
	font-family: 'PJS ExtraBold';
    line-height: 25px;
}

.dnd-upload-status .dnd-upload-details .name {
	color: var(--bg);
	font-family: 'PJS Medium';
	font-size: 14px;
}

.dnd-upload-status .dnd-upload-details .name em {
	color: var(--p1);
	font-family: 'PJS ExtraBold';
	font-weight: normal;
	font-style: normal;
}

.dnd-upload-image { display: none; }

.dnd-upload-details .remove-file {
	position: absolute;
	top: 5px;
	right: 12px;
	cursor: pointer;
}
.dnd-upload-details .remove-file .dnd-icon-remove:after {
	content: '' !important;
    display: inline-block !important;
    background: url(/wp-content/uploads/xmark.svg) no-repeat center !important;
    width: 12px !important;
    height: 12px !important;
    filter: brightness(0);
    opacity: .5;
    margin-right: 20px;
    transition: all .3s ease-in-out;
}
.dnd-upload-details .remove-file:hover .dnd-icon-remove:after {
	opacity: 1;
	filter: brightness(0);
}

/* ### Fehlermeldungen ### */
.codedropz-upload-wrapper span.has-error-msg {
	color: var(--w);
	background: var(--p2);
	box-shadow: 0 0 0 2px var(--p2);
	border-radius: 10px;
	padding: 15px 20px;
	margin: 25px 0 0 0;
	display: block;
	font-family: 'PJS Medium';
}
/* ### FORM CHECKBOX ### */

/* ### FONTS ### */
@font-face {
    font-family: 'PJS Regular';
    src: url('../fonts/plus-jakarta-sans-v12-latin-regular.woff2') format('woff2'),
         url('../fonts/plus-jakarta-sans-v12-latin-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PJS Medium';
    src: url('../fonts/plus-jakarta-sans-v12-latin-500.woff2') format('woff2'),
         url('../fonts/plus-jakarta-sans-v12-latin-500.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PJS SemiBold';
    src: url('../fonts/plus-jakarta-sans-v12-latin-600.woff2') format('woff2'),
         url('../fonts/plus-jakarta-sans-v12-latin-600.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PJS Bold';
    src: url('../fonts/plus-jakarta-sans-v12-latin-700.woff2') format('woff2'),
         url('../fonts/plus-jakarta-sans-v12-latin-700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PJS ExtraBold';
    src: url('../fonts/plus-jakarta-sans-v12-latin-800.woff2') format('woff2'),
         url('../fonts/plus-jakarta-sans-v12-latin-800.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
/* ### FONTS ### */