/*---------------------
     VARIABLES
----------------------*/

/* Color Variables */

$color-theme: #fe5a0e;
$color-body: #9b9b9b;
$color-white: #ffffff;
$color-black: #000000;
$color-heading: #1b1a1a;
$color-dark: #222222;
$color-gray: #f9f9f9;

/* Font Variables */

$font-heading: 'Barlow',
sans-serif;

$font-body: 'Roboto',
sans-serif;

$body-font-size: 15px;