/**
 * Checl if a list contains an element.
 */
/**
 * Compute x power n.
 */
/**
 * Round a number n digits after comma.
 */
/**
 * Convert a value in pixel to REM.
 */
/**
 * Get a spacing value in REM proportionnal to a scale
 * and the base font-size.
 * This helps to have proportionnal spacings everywhere.
 *
 * Ex : space(8)  => 1rem
 *      space(4)  => 0.5rem
        space(16) => 2rem
        space(10) => 1.25rem
 */
:root {
  font-size: 16px; }

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