/*
Theme Name: Sequentus Theme
Theme URI: https://sequentus.org
Author: Sequentus Legal Services Limited
Description: Parent theme for sequentus.org, hussaindupre.com, and education.sequentus.org
Version: 1.5.1
License: Private
Text Domain: sequentus-theme
*/

/* Local font faces */
@font-face {
  font-family: 'Alegreya';
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/alegreya/Alegreya-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Istok Web';
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/istok-web/IstokWeb-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Istok Web';
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url('assets/fonts/istok-web/IstokWeb-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/oswald/Oswald-Regular.ttf') format('truetype');
}

/* WordPress admin bar offset */
.sq-header { top: 0; }
.admin-bar .sq-header { top: 32px; }
.admin-bar header.fixed { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar .sq-header { top: 46px; }
  .admin-bar header.fixed { top: 46px; }
}


/* ── Post content typography ── */
.sq-post-content p { margin-bottom: 1.25rem; line-height: 1.75; color: rgba(247,238,238,0.8); }
.sq-post-content p:last-child { margin-bottom: 0; }
.sq-post-content h2, .sq-post-content h3, .sq-post-content h4 { color: #fff; margin-top: 2rem; margin-bottom: 0.75rem; }
.sq-post-content ul, .sq-post-content ol { color: rgba(247,238,238,0.8); margin-bottom: 1.25rem; padding-left: 1.5rem; line-height: 1.75; }
.sq-post-content li { margin-bottom: 0.5rem; }
.sq-post-content a { color: var(--sq-primary, #c9a84c); text-decoration: underline; }
