﻿// Font definition
@font-face {
    font-family: 'roboto-medium';
    font-weight: 500;
    src: url('/ceiton/Content/shared/roboto/Roboto-Medium.ttf');
}

@font-face {
    font-family: 'roboto-regular';
    font-weight: 400;
    src: url('/ceiton/Content/shared/roboto/Roboto-Regular.ttf')
}

@font-face {
    font-family: 'roboto-italic';
    font-weight: 300;
    src: url('/ceiton/Content/shared/roboto/Roboto-Italic.ttf')
}

@font-face {
    font-family: 'roboto';
    font-weight: 400;
    src: url('/ceiton/Content/shared/roboto/Roboto-Regular.ttf')
}