/**
 * @file styles/variables.less
 *
 * Copyright (c) 2014-2020 Simon Fraser University
 * Copyright (c) 2003-2020 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * @brief LESS variable that are used by the theme
 *
 */

// Colour palette

@light-grey:        #F7F7F7;
@faded-grey:        #ccc;
@mid-grey:          #757575;
@dark-grey:         #333;
@black:             #000;
@primary-light:     #BEE;
@primary:           #10BECA;
@primary-text:      #0A818A;
@warning:           #ca1031;
@contrast: 					#000;

// Typefaces
@font-sans:         'Fira Sans', sans-serif;
@font-serif:        'Droid Serif', serif;

// Font sizes
@page-header-size:   1.5rem;
@link-size: 1rem;
