@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;700&family=Open+Sans:wght@400;600&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
}

@font-face {
  font-family: "SassoonInfantMedium";
  src: url("webFonts/SassoonInfantMedium/font.woff2") format("woff2"),
    url("webFonts/SassoonInfantMedium/font.woff") format("woff");
}

body,
p {
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
}

.SassoonInfantMedium {
  font-family: SassoonInfantMedium;
  font-weight: normal;
  font-style: normal;
  font-size: 4rem;
}

.SassoonInfantMedium2 {
  font-family: SassoonInfantMedium;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
}

.page-red {
  color: #b22222;
}

.page-blue {
  color: #1e90ff;
}

.page-green {
  color: #2e8b57;
}

li {
  margin-bottom: 1rem;
}

.aligned-table {
  width: 50%; /* Ensures both columns take up equal space */
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 576px) {
  .margin-top-mobile {
    margin-top: 1em;
  }

  .margin-bottom-mobile {
    margin-bottom: 1em;
  }

  .center-responsive-image-xs {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 576px) {
  .tilted-image {
    transform: rotate(-30deg);
    transform-origin: center;
  }

  .tilted-image-2 {
    transform: rotate(30deg);
    transform-origin: center;
  }

  
}
