/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2019-08-22, 00:00:24
    Author     : admin
*/

@font-face{
    font-family: 'Roboto';
    src: url('mainfonts/Roboto-Medium.ttf');
    font-weight: 500; 
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Roboto';
    src: url('mainfonts/Roboto-Regular.ttf');
    font-weight: 400; 
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Work Sans';
    src: url('mainfonts/WorkSans-Bold.ttf');
    font-weight: 700; 
    font-style: normal;
    font-display: swap;
}