/**
 * @file
 * Color functions.
 *
 * @package Functions.
 */
/* Tint. */
/* Shade. */
/**
 * @file
 * Global settings.
 *
 * @package Settings.
 */
/* Import. */
/* * @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap'); */
/* Font family. */
/* Font size. */
/* Font weight. */
/* Line height. */
/* Basic colors. */
/* Status colors. */
/* Border radius. */
/* Outline. */
/* Shadow. */
/* Spacing. */
/* Width. */
/* Breakpoints. */
/* Grid breakpoints. */
/* Grid. */
/**
 * @file
 * Footer styles.
 *
 * @package Organisms.
 */
/* Use. */
/* Footer. */
.o-footer {
  background-color: #e2dfed;
  padding: 2.6rem 0;
}
.o-footer__content h2 {
  color: #0062FF;
  margin: 0;
}
.o-footer__divider {
  border-color: #bdb9d0;
}

/*# sourceMappingURL=footer.css.map */