﻿@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('RobotoCondensed-Light.ttf');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('RobotoCondensed-Regular.ttf');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('RobotoCondensed-Bold.ttf');
}

html, body {
    font-family: 'Roboto Condensed';
    font-weight: 400;
}
