@import "https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";

/* apps/didovendeghaz/src/styles.scss */
* {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  background: url(/assets/images/background.jpg) no-repeat center center fixed;
  background-size: cover;
  background-color: darkgreen;
  line-height: 1.1;
  position: relative;
  scroll-behavior: smooth;
}
.text-justify {
  text-align: justify;
}
.v-center {
  display: flex;
  align-items: center;
}
.v-center .icon {
  margin-right: 8px;
}
app-page-title h1 {
  font-size: 128px;
  font-weight: bold;
  margin-bottom: 16px;
}
app-page-title h2 {
  font-style: italic;
}
@media screen and (max-width: 1024px) {
  app-page-title h1 {
    font-size: 96px;
  }
  app-page-title h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 724px) {
  app-page-title h1 {
    font-size: 64px;
  }
  app-page-title h2 {
    font-size: 32px;
  }
}

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