// _variables.scss

$fox: #ff893e;
$fox-light: #fff3eb;
$humpback: #093c59;
$gorilla: #4a4a4a;
$rhino: #6d6565;
$timberwolf: #a8a0a0;
$koala: #d9d2d0;
$mouse: #f2f2f2;
$white: #ffffff;
$turtle: #78a22f;
$turtle-light: #f1f5ea;
$parrot: #d54236;
$parrot-light: #faecea;
$bluejay: #026ead;
$bluejay-light: #e5f0f6;
$bluejay-dark: #23527c;
$peacock: #9f0088;
$octopus: #4b3da3;
$chameleon: #419b86;
$nero-grey: #282828;
$nero-grey-light: #252525;

// TYPOGRAPHY
$heading-font-size-base: 14px;
$heading-font-size-md: 15px;
$font-size-h1: floor(($heading-font-size-base * 2.286));
$font-size-h2: floor(($heading-font-size-base * 1.715));
$font-size-h3: floor(($heading-font-size-base * 1.286));
$font-size-h4: floor(($heading-font-size-base * 1.143));
$font-size-h5: $heading-font-size-base;
$font-size-h6: floor(($heading-font-size-base * 0.8571));
$headings-color: #4a4a4a;
$headings-font-weight: normal;
$font-weight-normal: 400;
$font-weight-bold: 500;
$link-color: #026EAD;
