@charset "UTF-8";

// @description
// * All variables in this file you can use it to override the value
// * of it easily.
// * So, please, read the note above every SCSS variable to know.
// * what is and values of it and what are reflections.

// @access public

// @version 1.0.0

// @author Khaled Mohamed

// @license MIT

// @repository: https://github.com/Black-Axis/sass-pire

// @namespace abstract

// stylelint-disable scss/dollar-variable-empty-line-before

$base-font-size: 16;

// @note
// * Please, Make the following variable as true if you need to test
// * any thing in tests modules and false if you need to add or update
// * or remove any thing in src folder.
$test-environment: false !default;
