// Colors
$chico-red: #960000;
$dark-blue: #102e52;
$light-blue: #d3dfeb;

// Fonts
$droid-serif: 'Droid Serif', serif;
$source-sans-pro: 'Source Sans Pro', sans-serif;
$georgia: Georgia, Times, 'Times New Roman', serif;

// Assets
$www-assets: "https://www.csuchico.edu/_common/3.0";


$content-wrapper-padding-top: 40;
$content-wrapper-padding-right: 30;
$content-wrapper-padding-bottom: 40;
$content-wrapper-padding-left: 30;

// Breakpoints
$task-nav-breakpoint: 51.5em; // 824px
$task-nav-tweakpoints: (
  'small'   : 27.0625em,
  'medium'  : 37.5em
);
