/*Poppins*/
@font-face {
    font-family: "Poppins-Thin";
    src: url("Poppins/Poppins-Thin.ttf");
}

@font-face {
    font-family: "Poppins-Light";
    src: url("Poppins/Poppins-Light.ttf");
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("Poppins/Poppins-Regular.ttf");
}

@font-face {
    font-family: "Poppins-Bold";
    src: url("Poppins/Poppins-Bold.ttf");
}

@font-face {
    font-family: 'Trebuchet MS';
    font-style: normal;
    font-weight: normal;
    src: local('Trebuchet MS'), url('trebuc.woff') format('woff');
}
    
@font-face {
    font-family: 'Trebuchet MS Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Trebuchet MS Italic'), url('Trebuchet-MS-Italic.woff') format('woff');
}

/*Roboto*/
/*@font-face {
    font-family: "Roboto-Thin";
    src: url("Roboto/Roboto-Thin.ttf");
}

@font-face {
    font-family: "Roboto-Light";
    src: url("Roboto/Roboto-Light.ttf");
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("Roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("Roboto/Roboto-Medium.ttf");
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("Roboto/Roboto-Bold.ttf");
}

@font-face {
    font-family: "Roboto-Black";
    src: url("Roboto/Roboto-Black.ttf");
}*/