/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@700&display=swap');
/* custom */
body,
p {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-display: swap
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-display: swap
}
/*All*/
#splash-img {
  background-color: #1c64f2;
  background-image: url('../assets/pattern.png');
  background-position: center;
  background-repeat: repeat;
  background-size: 300px;
}