/*
Theme Name: Best Kids Protein Gummies Child
Template: twentytwentyfive
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Poppins:wght@500;600;700&display=swap');

/* Fonts for headings and body */
body {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  color: #2A3142;
  background: #FFFFFF;
}
h1, h2, h3, h4, h5, h6, button, .wp-block-button__link {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

/* Related sites footer */


.related-sites-footer {
  background: #f8f8f8;
  padding: 20px;
  font-size: 14px;
  text-align: center;
}
.related-sites-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.related-sites-footer li {
  flex: 1 1 300px;
  max-width: 100%;
  margin: 6px 10px;
  text-align: left;
}
.related-sites-footer a {
  text-decoration: none;
  color: #444;
}
.related-sites-footer a:hover {
  text-decoration: underline;
}
