
@font-face {
  font-family: 'Inter';
  src: url('./assets/fonts/inter/inter-latin-400-normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('./assets/fonts/inter/inter-latin-600-normal.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('./assets/fonts/inter/inter-latin-700-normal.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.the-content {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.the-content p {
	margin-bottom: 1.5rem;
	font-size: 1rem;
	line-height: 1.75;
}
.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
	font-weight: 700;
	line-height: 1.25;
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.the-content h1 { font-size: 2.25rem; } 
.the-content h2 { font-size: 1.875rem; } 
.the-content h3 { font-size: 1.5rem; }   
.the-content h4 { font-size: 1.25rem; }  
.the-content h5 { font-size: 1.125rem; } 
.the-content h6 { font-size: 1rem; }     
.the-content ul,
.the-content ol {
	margin-left: 1.25rem;
	padding-left: 1.25rem;
	margin-bottom: 1.5rem;
}
.the-content ul li {
	list-style-type: disc;
	margin-bottom: 0.5rem;
}
.the-content ol li {
	list-style-type: decimal;
	margin-bottom: 0.5rem;
}
.the-content a {
	color: #A1C5D3; 
	text-decoration: underline;
	transition: color 0.2s ease-in-out;
}
.the-content a:hover {
	color: #ECD06F; 
}
.the-content blockquote {
	border-left: 4px solid #ECD06F;
	background-color: #f9fafb;
	padding-left: 1rem;
	margin: 1.5rem 0;
	color: #6b7280; 
	font-style: italic;
}
.the-content pre {
	background-color: #1f2937;
	color: #f9fafb;
	padding: 1rem;
	border-radius: 0.5rem;
	overflow-x: auto;
	font-size: 0.875rem;
	line-height: 1.5;
	margin: 1.5rem 0;
}
.the-content code {
	background-color: #f3f4f6;
	color: #dc2626;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	font-size: 0.875rem;
}
.the-content img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 1.5rem 0;
	border-radius: 0.5rem;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.the-content hr,
.wp-block-separator {
	border: none;
	height: 1px;
	background-color: #d1d5db;
	margin: 2rem 0;
}
@media screen and (max-width: 768px) {
	.the-content h1 { font-size: 1.75rem; } 
	.the-content h2 { font-size: 1.5rem; }
	.the-content h3 { font-size: 1.25rem; }
}
.panel {
	min-width: 100vw;
}