﻿
/*local*/

/* Your local CSS File */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), url(../fonts/Roboto-Regular.ttf) format('truetype');
}
/* Your local CSS File */
@font-face {
    font-family: 'Great Vibes';
    font-style: normal;
    font-weight: 400;
    src: local('Great Vibes'), url(../fonts/GreatVibes-Regular.ttf) format('truetype');
}
/* Your local CSS File */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), url(../fonts/RobotoCondensed-Bold.ttf) format('truetype');
}
/* Your local CSS File */
@font-face {
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    src: local('Lobster'), url(../fonts/Lobster-Regular.ttf) format('truetype');
}