/* Import CSS variables */
@import url('carol.vars.css');

/* Reset and base styles */
* {
  box-sizing: border-box;
}

/* Body styles */
body {
  margin: 0;
  padding: 0;
  font-family: var(--footer-font-light), sans-serif;
  line-height: 1.6;
  color: var(--footer-primary-color);
  background: var(--footer-background);
}

.contact.clients.logo {
  width: 130px;
}