/**
 * @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
 * Image and figure styles.
 *
 * @package Atoms.
 */
/* Use. */
/* Figure. */
figure {
  margin: 1.3rem 0 0;
}
h1 + figure {
  margin-top: 1.95rem;
}
figure > *:first-child {
  margin-top: 0;
}

/* Image. */
img {
  height: auto;
  image-rendering: optimize-contrast;
  margin: 1.3rem 0 0;
  max-width: 100%;
  vertical-align: middle;
}
h1 + img {
  margin-top: 1.95rem;
}

/* Figcaption. */
figcaption {
  font-size: 1.4rem;
  font-style: italic;
  margin: 0.65rem 0 0;
}
figcaption > *:first-child {
  margin-top: 0;
}

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