/* src/styles.css */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/poppins_v24_pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/poppins_v24_pxiGyp8kv8JHgFVrJJLucHtA.woff2) format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/poppins_v24_pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/poppins_v24_pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/poppins_v24_pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
}
@font-face {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/librebaskerville_v24_kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNZaxM.woff2) format("woff2");
}
@font-face {
  font-family: "Libre Baskerville";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/librebaskerville_v24_kmKWZrc3Hgbbcjq75U4uslyuy4kn0qNccR04_RUJeby2OU36SjNNluc.woff2) format("woff2");
}
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: rgb(34 34 34 / 0.12);
}
html {
  font-size: 62.5%;
  height: 100%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0;
  background-color: rgb(255 255 255);
  color: rgb(34 34 34);
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
#MainContent {
  flex-grow: 1;
}
a {
  color: inherit;
  text-decoration: inherit;
}
img,
svg,
video,
iframe {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  color: inherit;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
