/*	Font Medula One & Lato

https://www.google.com/fonts/specimen/Medula+One
https://www.google.com/fonts/specimen/Lato
----------------------------------------------------- */

// Main Variables 
@import "../Variables.less"; 

// Font Import
@import url(//fonts.googleapis.com/css?family=Lato:400,700,300italic|Medula+One);

// Font Variables
@font-main:						'Lato', sans-serif;
@font-secondary:				'Medula One', cursive;
@font-navigation:				@font-main;
@font-marker: 					@font-main;
@font-headline-date: 			@font-navigation;

@base-font-size: 				16px;
@base-font-weight: 				400;

// Blockquote
@font-blockquote: 				@font-main;
@font-blockquote-weight: 		300;
@font-blockquote-style: 		italic;

// Headings
@font-size-headings: 			58px;
@font-headings-lineheight: 		@font-size-headings;
@font-headings-text-transform: 	none;
@font-size-headings-small: 		24px;
@font-headings-weight: 			700;
@font-size-headline-title: 		72px;

// Marker
@font-marker-text-transform: 	@font-headings-text-transform;

// Navigation
@font-navigation-text-transform: 	none;
 
@import "font.base.less";
