/* ============================== *
* FONT FAMILY CHANGES
* ============================== */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
}

.page__title h1 {
    font-weight: 600;
    color: #575756;
}

.products.products--grid .product__info * {
   font-weight: normal;
}

/* ============================== *
* FONT COLOR CHANGES
* ============================== */
h1, h2, h3, h4, h5, h6 {
    color: #575756 !important;
}

/* ============================== *
* MAIN IMAGE CHANGES
* ============================== */
.slide img {
    border: none;
    box-shadow: none;
}

/* ============================== *
* CALLOUT CHANGES
* ============================== */
.homepage__secondary-callouts .callouts {
    grid-template: auto / repeat(3, 1fr);
    --homepage-secondary-callout-shadow: none;
}

/* ============================== *
* FOOTER CHANGES
* ============================== */
.container.container--footer{
    background-color: #e7eff8;
}
.footer-wrapper {
	background: #e7eff8;
	color: #e7eff8;
}