/*! CSS Used from: Embedded */
div,
span,
h1,
h2,
h3,
h5,
p,
a,
em,
img,
small,
strong,
ol,
li,
figure,
figcaption,
nav,
section {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
}

figcaption,
figure,
nav,
section {
	display: block;
}

ol {
	list-style: none;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

::selection {
	background: #e7e2d4;
}

h2 em {
	font-family: "Sunday April";
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
	line-height: 1.2em;
}

h2 em {
	font-size: 1.4em;
	line-height: 1.1em;
}

h1,
h2,
h3,
h5 {
	font-family: "PP Fragment";
	font-weight: normal;
	padding: 0 0 25px;
}

h1 {
	font-size: 3.5em;
	line-height: 110%;
}

h2 {
	font-size: 2em;
	line-height: 130%;
}

h3 {
	font-size: 1.5em;
	line-height: 130%;
	padding: .5em 0;
}

h3 a {
	text-decoration: none;
}

h5 {
	font-size: 1.2em;
	line-height: 150%;
	padding: .5em 0;
}

p {
	line-height: 150%;
	padding: .5em 0;
	font-weight: 400;
}

small {
	font-size: 13px;
	line-height: 18px !important;
}

strong {
	font-weight: 600;
}

em {
	font-style: normal;
	font-size: 15px;
}

.main-content ol,
.main-content ol li {
	list-style-type: decimal;
	margin: 1em;
	line-height: 150%;
}

.main-content ol li {
	margin: .75em 0;
}

@media only screen and (max-width:768px) {
	h1 {
		font-size: 2.5em;
	}

	h2 {
		font-size: 1.6em;
	}
}

@media only screen and (max-width:540px) {
	h1 {
		font-size: 2.25em;
	}
}

.btn,
a {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

a {
	color: inherit;
}

.btn {
	cursor: pointer;
	text-align: center;
	min-width: 120px;
	font-size: .9em;
	padding: 10px 20px;
	font-weight: normal;
	display: inline-block;
	position: relative;
	border: 1px solid #152532;
	color: #152532;
	background: transparent;
	text-transform: uppercase;
	border-radius: 40px;
	outline: 0;
	text-decoration: none;
	-webkit-appearance: none;
	appearance: none;
}

.btn:hover {
	background-color: #152532;
	border-color: #152532;
	color: white !important;
}

.wrapper {
	padding: 0 3vw;
	width: 100%;
	margin: 0 auto;
	max-width: 1600px !important;
}

.intro-header .wrapper {
	margin: 0 auto;
	max-width: 1000px !important;
}

.section-gap {
	height: 10vh;
	display: block;
}

@media screen and (min-width:769px) {
	.mobile-only {
		display: none !important;
	}
}

@media only screen and (min-width:2000px) {
	.intro-header .wrapper {
		max-width: 55vw !important;
	}
}

@media screen and (max-width:768px) {
	.wrapper {
		padding: 0 5vw;
	}

	.desktop-only {
		display: none !important;
	}
}

@media only screen and (min-width:1800px) {
	.wrapper {
		max-width: 90% !important;
	}
}

@media only screen and (min-width:2200px) {
	.wrapper {
		max-width: 85% !important;
	}
}

@media only screen and (min-width:2600px) {
	.wrapper {
		max-width: 80% !important;
	}
}

@media only screen and (max-width:768px) {
	.wp-block-image {
		text-align: center !important;
		display: block !important;
		width: 100%;
	}
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 2vw;
	grid-row-gap: 4vh;
	align-items: start;
	margin: 0;
}

.blog-grid .post-image {
	height: auto;
	margin: 0 0 .5em;
	width: 100%;
	position: relative;
	width: 100%;
}

.blog-grid .post-image img {
	height: auto !important;
	width: auto !important;
	max-width: 100% !important;
	min-width: 100%;
}

.blog-meta {
	text-transform: uppercase;
	font-size: 85%;
	padding: 5px 0;
	text-decoration: none;
	line-height: 125%;
}

.blog-meta a {
	text-decoration: none;
}

.single-blogpost {
	display: grid;
	grid-template-columns: 280px auto;
	grid-column-gap: 40px;
	align-items: start;
	margin: 10vh 0;
	overflow: visible !important;
}

.single-meta-sidebar {
	padding-right: 40px;
	position: relative;
}

.single-meta-sidebar.sticky {
	position: sticky;
	top: 140px;
	align-self: start;
	z-index: 100;
}

/* Reading Progress Bar Styles */
.reading-progress-container {
	position: absolute;
	left: -40px;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #eee;
	overflow: hidden;
}

.reading-progress-bar {
	width: 100%;
	height: 0%;
	background-color: #152532;
	transition: height 0.1s linear;
}

/* Top Navigation Section */
.sidebar-top-nav {
	margin-bottom: 50px;
}

.back-to-stories {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: #152532;
	font-size: 12px;
	font-family: 'GT Pressura Mono', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	opacity: 0.6;
	transition: opacity 0.3s ease;
}

.back-to-stories:hover {
	opacity: 1;
}

/* Meta Content Styles */
.meta-content {
	display: flex;
	flex-direction: column;
	gap: 45px;
}

.meta-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.meta-label {
	font-family: 'GT Pressura Mono', sans-serif;
	font-size: 10px;
	letter-spacing: 0.2em;
	color: #bbb;
	text-transform: uppercase;
	font-weight: 500;
}

.meta-value {
	color: #152532;
	margin: 0;
}

/* Date Styling */
.post-date {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}

.date-month {
	font-family: 'PP Fragment', serif;
	font-size: 42px;
	font-weight: 400;
	text-transform: uppercase;
}

.date-day-year {
	font-family: 'PP Fragment', serif;
	font-size: 24px;
	font-weight: 400;
}

/* Author Name Styling */
.author-name-large {
	font-family: 'PP Fragment', serif;
	font-style: italic;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

/* Premium Share Icons Styles */
.share-icons-list-premium {
	display: flex;
	gap: 20px;
	margin-top: 5px;
}

.share-link-premium {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 50%;
	color: #152532;
	text-decoration: none;
	font-family: 'PP Fragment', serif;
	font-size: 16px;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.share-link-premium:hover {
	background-color: #152532;
	border-color: #152532;
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(21, 37, 50, 0.15);
}

@media only screen and (max-width: 1023px) {
	.single-blogpost {
		grid-template-columns: 1fr;
		margin: 5vh 0;
		grid-row-gap: 5vh;
	}

	.single-meta-sidebar {
		padding-right: 0;
		margin-bottom: 60px;
		order: 2;
	}

	.post-content {
		order: 1;
	}

	.single-meta-sidebar.sticky {
		position: static;
	}

	.reading-progress-container {
		display: none;
	}

	.meta-content {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 40px;
	}
}

/* Global Content Transparency - MUST BE OUTSIDE MEDIA QUERY */
.post-content p {
	margin-bottom: 2rem;
	background-color: transparent !important;
	padding: 0 !important;
}

.post-content div,
.post-content section,
.post-content article,
.wp-block-group,
.wp-block-column,
.wp-block-group__inner-container {
	background-color: transparent !important;
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

/* Typography Refinements */
.post-content {
	font-family: Inter, sans-serif;
	font-size: 1.2rem;
	line-height: 1.8;
	color: #333;
}

.post-content h2,
.post-content h3,
.post-content h4 {
	font-family: 'PP Fragment', serif;
	margin-top: 3rem;
	margin-bottom: 1.5rem;
	line-height: 1.2;
	color: #152532;
}

.post-content h2 {
	font-size: 2.5rem;
}

.post-content h3 {
	font-size: 2rem;
}

.post-content li {
	margin-bottom: 0.5rem;
}

/* Force transparency on any potential block containers */
.post-content div,
.post-content section,
.post-content article,
.wp-block-group,
.wp-block-column {
	background-color: transparent !important;
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
}

.single-meta-sidebar.sticky {
	position: static;
}

.reading-progress-container {
	display: none;
}

.meta-content {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 40px;
}

.date-month {
	font-size: 32px;
}

.date-day-year {
	font-size: 18px;
}

.author-name-large {
	font-size: 24px;
}
}

@media only screen and (max-width:768px) {
	.blog-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width:500px) {
	.blog-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

section.intro-header {
	padding: 0;
}

.main-content .intro-header:first-child {
	padding: 15vh 0 5vh !important;
}

.intro-header h1 {
	padding: .5em 0;
}

.intro-header h5 {
	padding: .75em 0;
}

@media only screen and (min-width:2000px) {
	section {
		padding: 4vh 0;
	}

	.intro-header {
		padding: 12vh 0 4vh !important;
	}
}

.breadcrumbs ol {
	margin: 0;
}

.breadcrumb-list {
	list-style: none;
	padding: 0;
	align-items: center;
}

.breadcrumbs .breadcrumb-item {
	display: inline-flex;
	margin: 2px 0;
}

.breadcrumb-item:not(:last-child)::after {
	content: " > ";
	margin: 0 5px;
	color: #333;
}

.breadcrumbs {
	font-size: 15px;
	margin: 20px 0 25px 0;
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.single-blogpost .breadcrumbs {
	justify-content: left;
	margin: 5px 0;
}

.breadcrumbs a,
.breadcrumbs span {
	text-decoration: none;
	color: #000;
	display: inline-block;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs span {
	color: #555;
	font-size: 16px;
}

@media (max-width: 768px) {
	.breadcrumbs {
		justify-content: center;
		text-align: center;
	}
}

.blog-mobile-breadcrumbs {
	display: none;
}

@media (max-width: 1024px) {
	.blog-mobile-breadcrumbs {
		display: block;
	}

	.blog-desktop-breadcrumbs {
		display: none;
	}
}

.addtoany_list {
	display: inline;
	line-height: 16px;
}

.a2a_kit a:empty {
	display: none;
}

.addtoany_list a {
	border: 0;
	box-shadow: none;
	display: inline-block;
	font-size: 16px;
	padding: 0 4px;
	vertical-align: middle;
}

.addtoany_list a span {
	display: inline-block;
	float: none;
}

.addtoany_list.a2a_kit_size_32 a {
	font-size: 32px;
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
	height: 32px;
	line-height: 32px;
	width: 32px;
}

.addtoany_list a:not(.addtoany_special_service)>span {
	border-radius: 4px;
	display: inline-block;
	opacity: 1;
}

.addtoany_list a:hover {
	background: none;
	border: 0;
	box-shadow: none;
}

.addtoany_list a:hover span {
	opacity: .7;
}

/*! CSS Used from: Embedded */
img:is([sizes=auto i], [sizes^="auto," i]) {
	contain-intrinsic-size: 3000px 1500px;
}

/*! CSS Used from: Embedded */
.has-text-align-center {
	text-align: center;
}

html :where(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%;
}

:where(figure) {
	margin: 0 0 1em;
}

/*! CSS Used from: Embedded */
.wp-block-image img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

.wp-block-image :where(figcaption) {
	margin-bottom: 1em;
	margin-top: .5em;
}

/*! CSS Used from: Embedded */
ol {
	box-sizing: border-box;
}

/*! CSS Used from: https://www.asiliaafrica.com/wp-content/cache/perfmatters/www.asiliaafrica.com/minify/e38ad394d34a.styles.min.css?ver=20260220023325 ; media=all */
@media all {

	div,
	span,
	h1,
	h2,
	h3,
	h5,
	p,
	a,
	em,
	img,
	small,
	strong,
	ol,
	li,
	figure,
	figcaption,
	nav,
	section {
		border: 0;
		font-size: 100%;
		font: inherit;
		margin: 0;
		padding: 0;
	}

	figcaption,
	figure,
	nav,
	section {
		display: block;
	}

	ol {
		list-style: none;
	}

	* {
		box-sizing: border-box;
	}

	img {
		max-width: 100%;
	}

	::selection {
		background: #E7E2D4;
	}

	h2 em {
		font-family: 'Sunday April';
		font-weight: 400;
		font-style: normal;
		font-size: 1.2em;
		line-height: 1.2em;
	}

	h2 em {
		font-size: 1.4em;
		line-height: 1.1em;
	}

	h1,
	h2,
	h3,
	h5 {
		font-family: 'PP Fragment';
		font-weight: 400;
		padding: 0 0 25px;
	}

	h1 {
		font-size: 3.5em;
		line-height: 110%;
	}

	h2 {
		font-size: 2em;
		line-height: 130%;
	}

	h3 {
		font-size: 1.5em;
		line-height: 130%;
		padding: .5em 0;
	}

	h3 a {
		text-decoration: none;
	}

	h5 {
		font-size: 1.2em;
		line-height: 150%;
		padding: .5em 0;
	}

	p {
		line-height: 150%;
		padding: .5em 0;
		font-weight: 400;
	}

	small {
		font-size: 13px;
		line-height: 18px !important;
	}

	strong {
		font-weight: 600;
	}

	em {
		font-style: normal;
		font-size: 15px;
	}

	.main-content ol,
	.main-content ol li {
		list-style-type: decimal;
		margin: 1em;
		line-height: 150%;
	}

	.main-content ol li {
		margin: .75em 0;
	}

	@media only screen and (max-width:768px) {
		h1 {
			font-size: 2.5em;
		}

		h2 {
			font-size: 1.6em;
		}
	}

	@media only screen and (max-width:540px) {
		h1 {
			font-size: 2.25em;
		}
	}

	.btn,
	a {
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-ms-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}

	a {
		color: inherit;
	}

	.btn {
		cursor: pointer;
		text-align: center;
		min-width: 120px;
		font-size: .9em;
		padding: 10px 20px;
		font-weight: 400;
		display: inline-block;
		position: relative;
		border: 1px solid #152532;
		color: #152532;
		background: #fff0;
		text-transform: uppercase;
		border-radius: 40px;
		outline: 0;
		text-decoration: none;
		-webkit-appearance: none;
		appearance: none;
	}

	.btn:hover {
		background-color: #152532;
		border-color: #152532;
		color: white !important;
	}

	.wrapper {
		padding: 0 3vw;
		width: 100%;
		margin: 0 auto;
		max-width: 1600px !important;
	}

	.intro-header .wrapper {
		margin: 0 auto;
		max-width: 1000px !important;
	}

	.section-gap {
		height: 10vh;
		display: block;
	}

	@media screen and (min-width:769px) {
		.mobile-only {
			display: none !important;
		}
	}

	@media only screen and (min-width:2000px) {
		.intro-header .wrapper {
			max-width: 55vw !important;
		}
	}

	@media screen and (max-width:768px) {
		.wrapper {
			padding: 0 5vw;
		}

		.desktop-only {
			display: none !important;
		}
	}

	@media only screen and (min-width:1800px) {
		.wrapper {
			max-width: 90% !important;
		}
	}

	@media only screen and (min-width:2200px) {
		.wrapper {
			max-width: 85% !important;
		}
	}

	@media only screen and (min-width:2600px) {
		.wrapper {
			max-width: 80% !important;
		}
	}

	figcaption {
		margin: 10px 0;
		text-align: left;
	}

	.wp-element-caption,
	figcaption {
		font-style: normal;
		font-size: 15px;
		color: #333;
	}

	@media only screen and (max-width:768px) {
		.wp-block-image {
			text-align: center !important;
			display: block !important;
			width: 100%;
		}
	}

	.blog-grid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-column-gap: 2vw;
		grid-row-gap: 4vh;
		align-items: start;
		margin: 0;
	}

	.blog-grid .post-image {
		height: auto;
		margin: 0 0 .5em;
		width: 100%;
		position: relative;
		width: 100%;
	}

	.blog-grid .post-image img {
		height: auto !important;
		width: auto !important;
		max-width: 100% !important;
		min-width: 100%;
	}

	.blog-meta {
		text-transform: uppercase;
		font-size: 85%;
		padding: 5px 0;
		text-decoration: none;
		line-height: 125%;
	}

	.blog-meta a {
		text-decoration: none;
	}


	@media only screen and (max-width:768px) {
		.blog-grid {
			grid-template-columns: repeat(2, 1fr);
		}
	}

	@media only screen and (max-width:500px) {
		.blog-grid {
			grid-template-columns: repeat(1, 1fr);
		}
	}

	section.intro-header {
		padding: 0;
	}

	.main-content .intro-header:first-child {
		padding: 15vh 0 5vh !important;
	}

	.intro-header h1 {
		padding: .5em 0;
	}

	.intro-header h5 {
		padding: .75em 0;
	}

	@media only screen and (min-width:2000px) {
		section {
			padding: 4vh 0;
		}

		.intro-header {
			padding: 12vh 0 4vh !important;
		}
	}

	.breadcrumbs ol {
		margin: 0;
	}

	.breadcrumb-list {
		list-style: none;
		padding: 0;
		align-items: center;
	}

	.breadcrumbs .breadcrumb-item {
		display: inline-flex;
		margin: 2px 0;
	}

	.breadcrumb-item:not(:last-child)::after {
		content: " > ";
		margin: 0 5px;
		color: #333;
	}

	.breadcrumbs {
		font-size: 15px;
		margin: 20px 0 25px 0;
		display: flex;
		gap: 5px;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.single-blogpost .breadcrumbs {
		justify-content: left;
		margin: 5px 0;
	}

	.breadcrumbs a,
	.breadcrumbs span {
		text-decoration: none;
		color: #000;
		display: inline-block;
	}

	.breadcrumbs a:hover {
		text-decoration: underline;
	}

	.breadcrumbs span {
		color: #555;
		font-size: 16px;
	}

	@media (max-width:768px) {
		.breadcrumbs {
			justify-content: center;
			text-align: center;
		}
	}

	.blog-mobile-breadcrumbs {
		display: none;
	}

	@media (max-width:1024px) {
		.blog-mobile-breadcrumbs {
			display: block;
		}

		.blog-desktop-breadcrumbs {
			display: none;
		}
	}
}

/*! CSS Used from: https://www.asiliaafrica.com/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.16 ; media=all */
@media all {
	.addtoany_list {
		display: inline;
		line-height: 16px;
	}

	.a2a_kit a:empty {
		display: none;
	}

	.addtoany_list a {
		border: 0;
		box-shadow: none;
		display: inline-block;
		font-size: 16px;
		padding: 0 4px;
		vertical-align: middle;
	}

	.addtoany_list a span {
		display: inline-block;
		float: none;
	}

	.addtoany_list.a2a_kit_size_32 a {
		font-size: 32px;
	}

	.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
		height: 32px;
		line-height: 32px;
		width: 32px;
	}

	.addtoany_list a:not(.addtoany_special_service)>span {
		border-radius: 4px;
		display: inline-block;
		opacity: 1;
	}

	.addtoany_list a:hover {
		background: none;
		border: 0;
		box-shadow: none;
	}

	.addtoany_list a:hover span {
		opacity: .7;
	}
}

/*! CSS Used from: Embedded */
@media (forced-colors:active) {
	.a2a_svg {
		forced-color-adjust: none;
	}
}

.a2a_svg {
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	padding: 0;
	pointer-events: none;
	width: 32px;
}

.a2a_svg svg {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: none;
	display: block;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	top: 0;
	width: auto;
	height: auto;
}

.a2a_kit .a2a_svg {
	background-repeat: repeat;
}

.a2a_kit a {
	cursor: pointer;
	transition: none;
}

.a2a_label {
	position: absolute !important;
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	-webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}

.a2a_kit {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	outline: 0;
}

/*! CSS Used fontfaces */
@font-face {
	font-family: "Sunday April";
	src: url("https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/SundayApril.woff2") format("woff2"), url("https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/SundayApril.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sunday April';
	src: url(https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/SundayApril.woff2) format('woff2'), url(https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/SundayApril.woff) format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "PP Fragment";
	src: url("https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/PPFragment-TextRegular.woff2") format("woff2"), url("https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/PPFragment-TextRegular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "PP Fragment";
	src: url("https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/PPFragment-TextRegularItalic.woff2") format("woff2"), url("https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/PPFragment-TextRegularItalic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "PP Fragment";
	src: url("https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/PPFragment-GlareExtraBold.woff2") format("woff2"), url("https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/PPFragment-GlareExtraBold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PP Fragment';
	src: url(https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/PPFragment-TextRegular.woff2) format('woff2'), url(https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/PPFragment-TextRegular.woff) format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PP Fragment';
	src: url(https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/PPFragment-TextRegularItalic.woff2) format('woff2'), url(https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/PPFragment-TextRegularItalic.woff) format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'PP Fragment';
	src: url(https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/PPFragment-GlareExtraBold.woff2) format('woff2'), url(https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/PPFragment-GlareExtraBold.woff) format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Sunday April";
	src: url("https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/SundayApril.woff2") format("woff2"), url("https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/SundayApril.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sunday April';
	src: url(https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/SundayApril.woff2) format('woff2'), url(https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/SundayApril.woff) format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "PP Fragment";
	src: url("https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/PPFragment-TextRegular.woff2") format("woff2"), url("https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/PPFragment-TextRegular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "PP Fragment";
	src: url("https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/PPFragment-TextRegularItalic.woff2") format("woff2"), url("https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/PPFragment-TextRegularItalic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "PP Fragment";
	src: url("https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/PPFragment-GlareExtraBold.woff2") format("woff2"), url("https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/PPFragment-GlareExtraBold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PP Fragment';
	src: url(https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/PPFragment-TextRegular.woff2) format('woff2'), url(https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/PPFragment-TextRegular.woff) format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PP Fragment';
	src: url(https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/PPFragment-TextRegularItalic.woff2) format('woff2'), url(https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/PPFragment-TextRegularItalic.woff) format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'PP Fragment';
	src: url(https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/PPFragment-GlareExtraBold.woff2) format('woff2'), url(https://www.asiliaafrica.com/wp-content/themes/asilia/css/fonts/PPFragment-GlareExtraBold.woff) format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}