/* 
    Created on : Sep 20, 2022, 3:52:45 PM
    Author     : Mahabub
*/

@font-face {
    font-family: 'Roboto';
    src: url('./roboto/roboto-medium-webfont.woff2') format('woff2'),
        url('./roboto/roboto-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('./roboto/roboto-regular-webfont.woff2') format('woff2'),
        url('./roboto/roboto-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/*font-family: 'Roboto', sans-serif;*/
@font-face {
    font-family: 'Roboto';
    src: url('./roboto/roboto-light-webfont.woff2') format('woff2'),
        url('./roboto/roboto-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*font-family: 'Ropa Sans', sans-serif;*/
@font-face {
    font-family: 'Ropa Sans';
    src: url('./ropa/ropasans-regular-webfont.woff2') format('woff2'),
        url('./ropa/ropasans-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;

}
