:root {
  --cg-brand-dark: #003b6d;
  --cg-brand-light: #669acc;
  --cg-bg-light: #e6e6e6;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-weight: 400;
  min-width: 20rem;
}

.icon {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 128px;
  width: 128px;
}

.icon.access-control {
  background-image: url("../icons/access-control.svg");
}

.icon.biometrics {
  background-image: url("../icons/biometrics.svg");
}

.icon.managed-services {
  background-image: url("../icons/managed-services.svg");
}

.icon.systems-integration {
  background-image: url("../icons/systems-integration.svg");
}

.page-header {
  background-color: var(--cg-bg-light);
  background-image: none;
  text-align: center;
}

.header-content {
  text-align: center;
}

.cg-logo {
  background-image: url("../logos/core_guard_group.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 10rem;
  margin: auto;
  max-width: 30rem;
  min-width: 16rem;
  width: 100%;
}

.page-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 2rem;
  max-width: 960px;
  width: 100%;
}

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  color: var(--cg-brand-dark);
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

a {
  color: var(--cg-brand-light)
}