﻿/*******************************************************************************/
@font-face {
    font-family: 'Bree';
    src: url('../fonts/bree-light-webfont.woff2') format('woff2'), url('../fonts/bree-light-webfont.woff') format('woff'), url('../fonts/bree-light-webfont.ttf') format('truetype'), url('../fonts/bree-light-webfont.svg#breelight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Bree';
    src: url('../fonts/bree-regular-webfont.woff2') format('woff2'), url('../fonts/bree-regular-webfont.woff') format('woff'), url('../fonts/bree-regular-webfont.ttf') format('truetype'), url('../fonts/bree-regular-webfont.svg#breeregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Bree';
    src: url('../fonts/bree-bold-webfont.woff2') format('woff2'), url('../fonts/bree-bold-webfont.woff') format('woff'), url('../fonts/bree-bold-webfont.ttf') format('truetype'), url('../fonts/bree-bold-webfont.svg#bree_rgbold') format('svg');
    font-weight: 700;
    font-style: normal;
}
/*******************************************************************************/
body {
    font-family: "Bree";
    font-weight: 400;
    font-size: 14px;
    color: #4C4C4C;
}
/*******************************************************************************/
