/*!*
 * @package   ats
 * @copyright Copyright (c)2011-2026 Nicholas K. Dionysopoulos / Akeeba Ltd
 * @license   GNU General Public License version 3, or later
 */

// Color Declarations
$grey: hsl(220, 10%, 20%);
$teal: hsl(210, 100%, 42%);
$red: hsl(352, 72%, 50%);
$light-grey: hsl(220, 10%, 90%);
$white: #ffffff;
$green: hsl(143, 62%, 36%);
$orange: hsl(47, 76%, 58%);
$black: #000000;

// Base Size
$border-radius: 0.25rem;
$base-font-size: inherit;
