/**
 * Prototype level variables to use for consistent styling.
 * 
 */

/**
 * Generic style mixins and variables.
 */

$pr-color-light-grey: #a2a2a2;
$pr-color-medium-grey: #404040;
$pr-color-white: #ffffff;

$pr-size-small: 1.4rem;
$pr-size-medium: 1.8rem;
$pr-size-large: 4rem;

$pr-weight-light: 300;
$pr-weight-medium: 400;
$pr-weight-heavy: 700;

@mixin pr-label {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-variant: normal;
}

@mixin pr-text {
    font-family: 'Lato', sans-serif;
    font-size: $pr-size-small;
    font-style: normal;
    font-variant: normal;
}
