/* PART OF RISKPOINT/CORE DO NOT MODIFY!! */
/**
 * This file is part of the Riskpoint Framework Software.
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 *
 * @package Riskpoint/Core
 * @subpackage Core
 * @license http://opensource.org/licenses/MIT MIT
 */

:root {
    --primary: #4478a8;
    --secondary: #41ADE0;
    --primary_hover: #000000;
    --secondary_hover: #6fc0e7;
}
