/*!
 * Copyright 2016 Firefly Semantics Corporation
 * Copyright 2016 Ole Ersoy
 * Copyright 2016 superflycss
 * Copyright 2011 Twitter, Inc.
 */

/*! superflycss/variables-colors | MIT License | https://github.com/superflycss/variables-colors/blob/master/LICENSE.md */
/*! bootstrap v4.0.0-alpha | MIT License | https://github.com/twbs/bootstrap/blob/master/LICENSE */

/* =======================================
   --------------------------------------
   -- Naming Conventions --
   --------------------------------------
   All shared color variables are prefixed with
   `color-`.
   All percentages are prefixed with
   `percentage-`.
   --------------------------------------
    -- Weighted Color Naming System --
   --------------------------------------
   The spectrum of colors for grays use the
   symbolic number weights
   [100, 300, 400, 500, 600, 700, 900].

   The notification colors use the symbolic weights
   [100, 300, 500, 700, 900].
   ======================================= */

/* =======================================
FOUNDATION COLOR VARIABLES
======================================= */
@import "./foundation/";
/* =======================================
STATE COLOR VARIABLES
======================================= */
@import "./state/";
/* =======================================
MATERIAL DESIGN COLOR VARIABLES
======================================= */
@import "./material-design/";
/* =======================================
PERCENTAGES USED IN COLOR CALCULATIONS
======================================= */
@import "./percentages/";
/* =======================================
BROWSER SUPPORTED COLOR NAMES
======================================= */
@import "./browser/";
/* =======================================
THREE DIGIT COLOR CODES
======================================= */
@import "./three/";
/* =======================================
SUPERFLYCSS COLORS
======================================= */
@import "./superfly/";

/**
 * Inherit the ancestor's text color.
 */
 :root {
   --u-text-inherit-color {
     color: inherit;
   }
 }
