﻿/*
-----------------------------------------------------------------
Typography
-----------------------------------------------------------------
*/

@font-face {
    font-family: 'Roboto';
    font-weight: 100;
    font-style: normal;
    src: url('../../fonts/roboto/roboto-light-webfont.woff2') format('woff2'), url('../../fonts/roboto/roboto-light-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
    src: url('../../fonts/roboto/roboto-regular-webfont.woff2') format('woff2'), url('../../fonts/roboto/roboto-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 600;
    font-style: normal;
    src: url('../../fonts/roboto/roboto-medium-webfont.woff2')format('woff2'), url('../../fonts/roboto/roboto-medium-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;
    src: url('../../fonts/roboto/roboto-bold-webfont.woff2') format('woff2'), url('../../fonts/roboto/roboto-bold-webfont.woff') format('woff');
}


// Roboto Condensed

@font-face {
    font-family: 'Roboto Condensed';
    font-weight: 100;
    font-style: normal;
    src: url('../../fonts/roboto/robotocondensed-light-webfont.woff2') format('woff2'), url('../../fonts/roboto/robotocondensed-light-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-weight: normal;
    font-style: normal;
    src: url('../../fonts/roboto/robotocondensed-regular-webfont.woff2') format('woff2'), url('../../fonts/roboto/robotocondensed-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-style: normal;
    src: url('../../fonts/roboto/robotocondensed-bold-webfont.woff2') format('woff2'), url('../../fonts/roboto/robotocondensed-bold-webfont.woff') format('woff');
}


body {
    font-family: 'Roboto', arial, sans-serif;
}

.heading-3 {
    font-family: 'Roboto Condensed',arial,sans-serif;
}

.heading-1, .heading-3, label {
    font-family: 'Roboto Condensed',arial,sans-serif;
}



