/**
 * @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
 * Note styles.
 *
 * @package Molecules.
 */
/* Use. */
/* Note. */
.m-note {
  background-color: #eeedf2;
  border-radius: 1.5rem;
  color: black;
  display: flex;
  margin-top: 1.3rem;
  padding: 1.3rem;
}
.m-note__body > *:first-child {
  margin-top: 0;
}
.m-note__wrap {
  flex: 1 1 auto;
}
.m-note__icon {
  color: #FFC542;
  margin: -0.325rem 0.975rem 0 0;
}
.m-note__title {
  color: #0062FF;
  font-size: 1.8rem;
  line-height: 1.5;
}

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