@font-face {
  font-family: 'Cardo';
  src: url('/fonts/Cardo/Cardo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cardo';
  src: url('/fonts/Cardo/Cardo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cardo';
  src: url('/fonts/Cardo/Cardo-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}


h1, h2, h3, h4, h5, h6,
.text-4xl, .font-extrabold,
.font-bold, .font-medium {
  font-family: 'Cardo', Georgia, serif;
}


.countdown-timer {
  font-family: "Cardo", "Georgia", serif;
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}
.countdown-timer h2 {
  font-family: "Cardo", "Georgia", serif;
  font-size: 1.75rem;
  margin-bottom: -1.75rem;
  color: #000000;
}
.countdown-timer h3 {
  font-family: "Cardo", "Georgia", serif;
}
.countdown-inner {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding: 0;
  margin-top: 0.5rem;
}
.container-day,
.container-hour,
.container-minute,
.container-second {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0.3125rem;
  padding: 0.3125rem;
}
.countdown-timer .container-day .day,
.countdown-timer .container-hour .hour,
.countdown-timer .container-minute .minute,
.countdown-timer .container-second .second {
  font-family: "Cardo", "Georgia", serif;
  font-size: 1.9rem;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.countdown-timer .label {
  font-family: "Cardo", "Georgia", serif;
  font-size: 1.2rem;
  margin-top: 0;
  line-height: 1;
}

.centered-text {
  font-family: "Cardo", "Georgia", serif;
  text-align: center;
  font-size: 1.75rem;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}
.centered-text p {
  margin-bottom: 1rem;
}
.centered-text p:hover {
  color: #ff5733;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

.lead {
  font-family: "Cardo", "Georgia", serif;
  text-align: left;
  font-size: 1.5rem;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
 
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  line-height: 1.5;
  color: #000000;
  
  background: linear-gradient(145deg, rgba(255,255,255,0.4), rgba(255,255,255,0.1));
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
}
.lead p {
  margin-bottom: 1rem;
}
.lead p:hover {
  color: #ff5733;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}


nav.hidden.md\:flex a p.text-base.font-medium {
  font-family: "Cardo", "Georgia", serif;
  font-size: 1.2rem;
  margin-left: 1.5rem;
}
nav.hidden.md\:flex p:hover {
  color: #ff5733;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}


@media (max-width: 768px) {
  #menu-wrapper p.mobile-menu-label {
    font-family: "Cardo", "Georgia", serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #333333;
    transition: color 0.3s ease;
  }
  #menu-wrapper a:hover p.mobile-menu-label {
    color: #ff5733;
  }
  .dark #menu-wrapper p.mobile-menu-label {
    color: #d1d5db;
  }
  .dark #menu-wrapper a:hover p.mobile-menu-label {
    color: #ff8c66;
  }
}


.site-header {
  margin: 0.5rem 0;
  text-align: left;
}
.site-header .site-name {
  font-family: "Cardo", "Georgia", serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000000;
  margin-bottom: 0rem;
  line-height: 1.3;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
}
.site-header .site-tagline {
  font-family: "Cardo", "Georgia", serif;
  font-size: 1.15rem;
  color: #ff5733;
  font-weight: 550;
  line-height: 1.3;
}
.main-menu {
  padding-left: 0rem;
  padding-right: 0rem;
}
@media (max-width: 389px) {
  .fixed.inset-x-0 {
    padding-left: 0.733rem;
    padding-right: 0.733rem;
  }
  .main-menu {
    flex-wrap: nowrap;
    overflow-x: hidden;
    padding-left: 0.733rem;
    padding-right: 0.733rem;
    justify-content: space-between;
  }
  .site-header {
    flex: 0 1 auto;
    max-width: 70%;
    margin: 0.3665rem 0;
    text-align: left;
  }
  .site-header .site-name {
    font-size: 1.15rem;
  }
  .site-header .site-tagline {
    font-size: 0.8438rem;
    text-align: left;
    margin-top: 0rem;
  }
  .flex.md\:hidden {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding-right: 0.1833rem;
  }
  .md\:hidden {
    margin-right: 0;
  }
}

.footer-copyright {
  font-family: "Cardo", "Georgia", serif;
  color: #ff5733;
  font-weight: 580;
  font-size: 1.1rem;
}

.recent-title {
  font-family: "Cardo", "Georgia", serif;
  font-size: 1.75rem;
  color: #000000;
  font-weight: 700;
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}
.recent-item-title {
  font-family: "Cardo", "Georgia", serif !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  color: #ff5733 !important;
  line-height: 1.3;
}
.recent-item-excerpt {
  font-family: "Cardo", "Georgia", serif !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  color: #282828 !important;
  margin-top: 0.5rem;
}

.article-content {
  font-family: "Cardo", "Georgia", serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000;
}
.article-content h1 {
  font-family: "Cardo", "Georgia", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.75rem;
}
.article-content h2 {
  font-family: "Cardo", "Georgia", serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.5rem;
  
}
#single_header h1 {
  font-family: "Cardo", "Georgia", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  
}
.dark .article-content {
  color: #d1d5db;
  font-weight: 500;
}
.dark .article-content h1 {
  color: #ffffff;
  font-weight: 700;
}
.dark .article-content h2 {
  color: #ffffff;
  font-weight: 600;
}
.dark #single_header h1 {
  color: #ffffff;
  font-weight: 700;
}

.article-meta {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.author-image {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  object-fit: cover;
}
.author-info {
  display: flex;
  flex-direction: column;
}
.author-label {
  font-family: "Cardo", "Georgia", serif;
  font-size: 1rem;
  text-transform: normal;
  font-weight: 580;
  color: #000000;
  line-height: 1.2;
}
.author {
  font-family: "Cardo", "Georgia", serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 580;
  color: #ff5733;
}
.author-bio {
  font-family: "Cardo", "Georgia", serif;
  font-size: 1rem;
  color: #333333;
  margin-top: 0.25rem;
}
.dark .author {
  color: #ff8c66;
}
.dark .author-image {
  border-color: #ff8c66;
}
.dark .author-bio {
  color: #d1d5db;
}
.dark .author-label {
  color: #999999;
}

.mt-10.flex.justify-center button {
  font-family: "Cardo", "Georgia", serif !important;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  color: #000000;
}

.flex.justify-between a[class*="group"] {
  font-family: "Cardo", "Georgia", serif !important;
  padding: 0.5rem 1rem !important;
}
.flex.justify-between a[class*="group"] span[class*="leading-6"] {
  font-family: "Cardo", "Georgia", serif !important;
  font-size: 1.1rem !important;
}
.flex.justify-between a[class*="group"] span[class*="text-xs"] {
  font-family: "Cardo", "Georgia", serif !important;
  font-size: 0.75rem !important;
}
.flex.justify-between a[class*="group"] > span[class*="text-neutral-700"] {
  font-family: "Cardo", "Georgia", serif !important;
}


.absolute.inset-0.bg-gradient-to-t {
  opacity: 1;
}
.absolute.inset-0.opacity-60 {
  opacity: 0.2;
}


.sharing-links a.social-button {
  
  background-color: #ff5733 !important;
  color: #ffffff !important;
  
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  box-sizing: border-box !important;

  padding: 0.75rem 1.5rem !important;
  min-width: 120px !important;
  height: 40px !important;
  
  border-radius: 0.5rem !important;
  border: none !important;
  
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  
  cursor: pointer !important;
}


.sharing-links a.social-button,
.sharing-links a.social-button span {
  font-family: "Cardo", "Georgia", serif !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}


.sharing-links a.social-button {
  background-color: #ff5733 !important;
  color: #ffffff !important;
  padding: 0.75rem 1.5rem !important;
  min-width: 120px !important;
  height: 40px !important;
  border-radius: 1.5rem !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.sharing-links a.social-button:hover {
  background-color: #ff5733 !important;
  transform: translateY(-3px) !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
}

.sharing-links .social-button svg {
  width: 20px !important;
  height: 20px !important;
  flex-shrink: 0 !important;
}

.sharing-links {
  justify-content: center !important;
}

header h1.mt-5.text-4xl.font-extrabold {
  font-family: "Cardo", "Georgia", serif !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
}

h2.mt-12.text-2xl.font-bold {
  font-family: "Cardo", "Georgia", serif !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
}

h1 {
  font-family: "Cardo", "Georgia", serif !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
}


main > section:nth-of-type(2) {
  margin-top: 2.5rem !important;
}

.a-b,
.a-b a,
.a-b span {
  color: #ff5733 !important;
  font-weight: 400 !important;
}


#search-results .search-result-title a,
#search-results .search-result-title {
  font-family: "Cardo", Georgia, serif !important;
  font-size: 1.35rem !important;      
  font-weight: 400 !important;        
  font-style: italic !important;      
  color: #ff5733 !important;
}

#search-results li div.text-sm.text-neutral-500,
#search-results li div.dark\:text-neutral-400 {
  font-family: "Cardo", Georgia, serif !important;
  font-size: 1.05rem !important;
  font-weight: 400 !important;
  color: #ff896e !important;            
}

#search-results .search-result-preview {
  font-family: "Cardo", Georgia, serif !important;
  font-size: 1.15rem !important;     
  font-weight: 400 !important;
  font-style: italic !important;   
  line-height: 1.6 !important;
  color: #000000 !important;  
}

#search-results .px-2.text-primary-500 {
  font-size: 1.2rem !important;       
  color: #ff5733 !important;  
}



#search-results .px-2.text-primary-500 {
  display: none !important;
}

#search-modal {
  border-radius: 20px !important;                     
  overflow: hidden !important;         
}

#search-modal header {
  border-top-left-radius: 20px !important; 
  border-top-right-radius: 20px !important;
}

#search-query::placeholder {
  font-family: "Cardo", Georgia, serif !important;
  font-weight: 400 !important;
  font-size: 1.4rem !important;        
  color: #888 !important;
  opacity: 1 !important;
}

#search-query {
  border-radius: 16px !important;
  background: rgba(255,255,255,0.85) !important;
  backdrop-filter: blur(10px);
  box-shadow: inset 0 2px 8px rgba(0,0,0,0.08) !important;
  border: 1px solid rgba(0,0,0,0.1) !important;
}

#search-results p,
#search-results p em,
#search-results .search-result-count,
#search-modal .text-sm,
#search-modal .py-8.border-t {
  font-family: "Cardo", Georgia, serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  color: #000000 !important;          
  font-size: 1.0rem !important; 
}

.custom-line {
    white-space: pre-line;  /* Preserves line breaks */
}
