/* aleo-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Aleo';
  font-style: normal;
  font-weight: 400;
  src: url('../asg8/fonts/aleo-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* abeezee-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
  src: url('../asg8/fonts/abeezee-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Font & Base Styles */
html {
  font-size: 16px;
}

body {
  font-family: 'Aleo', sans-serif;
  font-weight: 400;
  line-height: 1.65;
  background-color: #F2F2F2; /* Soft background */
  color: #133C55;
  margin: 0;
  padding: 0;
}

main {
  margin: 40px auto;
  max-width: 1000px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden; 
}

p {
  font-size: 1em;
  max-width: 900px;
  margin: 0 auto 20px auto;
  padding: 0 20px;
  color: #rgb(71, 42, 133) 
  text-align: justify;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Aleo', sans-serif;
  font-weight: 700;
  line-height: 1.15;
  margin-top: 0;
}

h1,
.text-size-h1 {
  font-family: 'ABeeZee', sans-serif;
  font-weight: 700;
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 30px;
  color: #312154; /* Accent color */
}

h2,
.text-size-h2 {
  font-family: 'ABeeZee', sans-serif;
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 20px;
  color: #553a3f; /* Secondary accent */
}

/* Fluid Typography (optional for responsiveness) */
@media (max-width: 768px) {
  h1 { font-size: 1.6em; }
  h2 { font-size: 1.4em; }
  p { font-size: 0.95em; }
}



body {
  background: url('images/gradient.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}
