/*-- scss:defaults --*/

// colors
$body-bg: #FAFAFAFF;
$body-color: #0F204BFF;
$link-color: #0039A7FF;

// headings
$presentation-heading-font: "Palatino Linotype", "Book Antiqua", Palatino,
  FreeSerif, serif;
$presentation-heading-color: #A71930FF;

// text
$presentation-font-size-root: 35px;
$presentation-font-smaller:	0.8;


