// colors.scss -- Colors for the Nucleus style guide and doc pages
//
// Copyright (C) 2016 Michael Seibt
//
// With contributions from: -
//
// This software may be modified and distributed under the terms
// of the MIT license. See the LICENSE file for details.

/**
 * Gris acier
 * @color
 * @section Couleurs identitaires
 */
$color--identity-gray: #869cbc;

/**
 * Noir profond
 * @color
 * @section Couleurs identitaires
 */
$color--identity-black: #000;

/**
 * Jaune safran
 * @color
 * @section Couleurs d'accompagnement
 */
$color--secondary-yellow: #f4c021;

/**
 * Rouge vif
 * @color
 * @section Couleurs d'accompagnement
 */
$color--secondary-red: #f7172d;
