/*
    - Name: "footer.scss"
    - Description: "Add custom styles to Footer region"
*/
/* Media query breakpoints */
@font-face {
  font-display: swap;
  font-family: "Poppins Light";
  font-style: normal;
  font-weight: 300;
  src: url("/themes/custom/microsites/assets/fonts/Poppins/Poppins-Light.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Poppins Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/microsites/assets/fonts/Poppins/Poppins-Regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Poppins Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/themes/custom/microsites/assets/fonts/Poppins/Poppins-Medium.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Poppins Semibold";
  font-style: normal;
  font-weight: 600;
  src: url("/themes/custom/microsites/assets/fonts/Poppins/Poppins-SemiBold.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Poppins Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/custom/microsites/assets/fonts/Poppins/Poppins-Bold.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
footer {
  padding: var(--spacing-lg) 0;
}
footer .region-footer {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 576px) {
  footer .region-footer {
    flex-direction: row;
    justify-content: space-between;
  }
}
/*# sourceMappingURL=footer.css.map */
