$base-font-size:16px;
$default-rhythm-border-style:dashed;
$padding:25px;
$primaryColor:rgba(72, 134, 255, 1);
$secondaryColor: #333333;
$primaryColorBtn: rgba(72, 134, 255, 1);
$secondaryColorBtn: #333333;
$primaryColorText: #333333;
$secondaryColorText: #333333;
$primaryColorHover: #333333;
$secondaryColorHover: #333333;
$primaryColorBtnHover: rgba(72, 134, 255, .5);
$secondaryColorBtnHover: #333333;
$primaryColorTextHover: #333333;
$secondaryColorTextHover: #333333;
$dark-grey: #333333;
$light-grey: #898989;
$lighter-grey: #F1F1F1;
$fontNormal :'Work Sans',
sans-serif;
$fontNormal2: 'Merriweather',
serif;
//$fontBold :'Open Sans';
//$fontLight :'Open Sans';
//$fontExtraBold :'Open Sans';
$container: 1240px;
$fontHeading:30px;
$size__spacing-unit:1rem;

/* Cutom font set */

//@include font-face("Blooming Grove", font-files("icofont.ttf", "icofont.otf"));
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700|Work+Sans:300,400,600&display=swap');
@include establish-baseline;
body {
    font-family: $fontNormal;
    font-size: $base-font-size;
    font-weight: 400;
    line-height: normal;
}

a {
    @include transition-property(all);
    @include transition-duration(.2ms);
    @include transition-timing-function(ease);
    text-decoration: none;
    @include link-colors($primaryColorBtn,
    $primaryColorBtnHover,
    $primaryColorBtnHover,
    $primaryColorBtn,
    $primaryColorBtn);
    //@include unstyled-link();
    &:hover {
        text-decoration: none;
    }
}

h1 {
    font-family: $fontNormal;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h2 {
    font-family: $fontNormal;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
}

h3 {
    font-family: $fontNormal;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
}

h4 {
    font-family: $fontNormal;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h5 {
    font-family: $fontNormal;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
}

h6 {
    font-family: $fontNormal;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}

p {
    font-family: $fontNormal;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}