/* HEADING */

@font-face {
    font-family: 'Roboto-Cons';
    src: url('roboto-cons/Roboto-Bold.woff2') format('woff2'),
    url('roboto-cons/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Cons';
    src: url('roboto-cons/Roboto-Regular.woff2') format('woff2'),
    url('roboto-cons/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* *** */

/* ALL */

@font-face {
    font-family: 'Roboto';
    src: url('roboto/Roboto-Medium.woff2') format('woff2'),
    url('roboto/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('roboto/Roboto-Bold.woff2') format('woff2'),
    url('roboto/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('roboto/Roboto-Light.woff2') format('woff2'),
    url('roboto/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('roboto/Roboto-Regular.woff2') format('woff2'),
    url('roboto/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

