/**
 * @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
 * Logo styles.
 *
 * @package Molecules.
 */
/* Logo. */
.m-logo {
  display: inline-block;
  height: auto;
}
.m-logo__image,
.m-logo svg {
  display: block;
  margin: 0;
  height: 2.5rem;
}
.m-logo__image #logo-fill path,
.m-logo svg #logo-fill path {
  fill: #171725;
}
.m-logo--style-primary svg #logo-fill path {
  fill: #0062FF;
}
.m-logo--style-dark svg #logo-fill path {
  fill: #171725;
}
.m-logo--style-white svg #logo-fill path {
  fill: #ffffff;
}
.m-logo--size-large svg {
  height: 3.4rem;
}

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