﻿/* Weight 300 (Light) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local(''), url('Roboto-Light.woff2') format('woff2');
}

/* Weight 400 (Regular) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    /* If your regular font file is just named Roboto.woff2, change the filename below */
    src: local(''), url('Roboto-Regular.woff2') format('woff2');
}

/* Weight 500 (Medium) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local(''), url('Roboto-Medium.woff2') format('woff2');
}

/* Weight 700 (Bold) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local(''), url('Roboto-Bold.woff2') format('woff2');
}
