/*
Theme Name: ComputingNest
Theme URI: https://computingnest.com
Author: ComputingNest team
Author URI: https://computingnest.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

body {
  font-family: "Instrument Sans", sans-serif;
  scroll-behavior: smooth;
}
nav[aria-label="Table of contents"] a {
  transition: all 0.2s ease-in-out;
}

/* Progress Bar */
#progressBar {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  background: #1d4ed8; /* Tailwind's blue-700 */
  width: 0%;
  z-index: 9999;
  transition: width 0.2s ease-out;
}

:where(h1) {
  margin-block: 0.67em;
  font-size: 2em;
}
h1 {
  margin-block: 0.67em;
  font-size: 2em;
}
