/*!
_variables.scss
Source file (relative to compiled *.css file): ../scss/_variables.scss

This file is included in PhotoBerry Studio Pro. For licensing and copyright notices, please see ../../license.txt (relative to *.css file) or ../../../license.txt (relative to *.scss file).
*/

/* -------- Variables -------- */

// Primary Colors (Main Actions)

$primary-color  : #0070F0; // Primary button / action color

// Neutral Colors (Backgrounds, Borders)
$background-color: #FEFEFE;
$gray-1         : #F4F7FC; // Light
$gray-2         : #E2E6F2;
$gray-3         : #d7dbec;
$gray-4         : #a1a7c4;
$gray-5         : #7e84a3;
$gray-6         : #5A607F; // Darker

// Text Colors
$text-primary   : #131523; // Main text
$text-secondary : $gray-6; // Secondary text

// Accent Colors (Bright UI Elements)
$accent-red     : #f0142f;
$accent-yellow  : #ffc700;
$accent-orange  : #f99600;
$accent-green   : #21d59b;
$accent-green-dark   : #009688;
$accent-gray    : #d5d7e3;

// Additional Light Accent
$accent-light   : #fafbfd;
$accent-blue    : #57b8ff;

$font           : "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica", "Arial", sans-serif;
$box-shadow-light     :   0 0 10px rgba(0, 0, 0, 0.05);
$box-shadow     : 0 0 10px rgba(90, 96, 127, 0.53);
$box-shadow-inner:   inset 0 0 5px rgba(90, 96, 127, 0.2);
$border-radius  : 5px;
