<title><?php wp_title(); ?></title>
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
+ <link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css?family=Anton" rel="stylesheet">
<?php wp_head(); ?>
</head>
\ No newline at end of file
$jet : #222222;
$black : #000000;
$green : #008752;
-$red : #d2222a;
+$red : #8a1e03;
+$orange : #f7931e;
$d-blue : #131c5f;
$l-blue : #0093d1;
+$blue : #00abc2;
+$dark-brown : #494139;
+$cream : #e2d8cd;
// We use these as default colors throughout
$primary-color: #008CBA;