@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-ExtraLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-ThinItalic.ttf) format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-ExtraLightItalic.ttf) format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-SemiBoldItalic.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-ExtraBoldItalic.ttf) format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-BlackItalic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
:root {
  --font-poppins: "Poppins", sans-serif;
}
.dynamic-content {
  color: #374151;
  line-height: 1.8;
  font-family: "Poppins", sans-serif;
}
.dynamic-content h1,
.dynamic-content h2,
.dynamic-content h3,
.dynamic-content h4,
.dynamic-content h5,
.dynamic-content h6 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #00adee;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.dynamic-content p {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.dynamic-content ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.dynamic-content ul li::marker {
  color: #00adee;
}
.dynamic-content ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.dynamic-content ol li::marker {
  color: #00adee;
}
.dynamic-content a {
  color: #00adee;
  text-decoration: underline;
}
.dynamic-content blockquote {
  border-left: 3px solid #00adee;
  padding-left: 1rem;
  color: #374151;
  font-style: italic;
  margin: 1rem 0;
}
.dynamic-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem 0;
}
.dynamic-content table {
  max-width: 100%;
  border-collapse: collapse;
  margin: 1.5rem auto;
  font-size: 0.95rem;
  background-color: #fff;
  border: 1px solid #d1d5db;
}
.dynamic-content table thead {
  background-color: #f3f4f6;
  text-align: left;
  font-weight: 600;
}
.dynamic-content table th {
  padding: 0.6rem 0.9rem;
  border: 1px solid #d1d5db;
  color: #111827;
  font-size: 0.95rem;
}
.dynamic-content table td {
  padding: 0.6rem 0.9rem;
  border: 1px solid #d1d5db;
  color: #374151;
  font-size: 0.92rem;
  vertical-align: top;
}
.dynamic-content table tbody tr:hover {
  background-color: #f9fafb;
}