﻿@font-face {
    font-family: roboto;
    src: url('../../fonts/roboto/robotoregular.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: roboto;
    src: url('../../fonts/roboto/robotomedium.woff2') format('woff2');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: roboto;
    src: url('../../fonts/roboto/robotobold.woff2') format('woff2');
    font-style: normal;
    font-weight: 600;
}


body {
	font-family: roboto;
}