/* css styles */

@font-face{
    font-family: 'Source Sans 3';
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    src: url('assets/font/SourceSans3-Light.ttf.woff2') format('woff2'),
         url('assets/font/SourceSans3-Light.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans 3';
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    src: url('assets/font/SourceSans3-LightIt.ttf.woff2') format('woff2'),
         url('assets/font/SourceSans3-LightIt.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans 3';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url('assets/font/SourceSans3-Regular.ttf.woff2') format('woff2'),
         url('assets/font/SourceSans3-Regular.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans 3';
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    src: url('assets/font/SourceSans3-It.ttf.woff2') format('woff2'),
         url('assets/font/SourceSans3-It.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans 3';
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    src: url('assets/font/SourceSans3-Bold.ttf.woff2') format('woff2'),
         url('assets/font/SourceSans3-Bold.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans 3';
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    src: url('assets/font/SourceSans3-BoldIt.ttf.woff2') format('woff2'),
         url('assets/font/SourceSans3-BoldIt.otf.woff') format('woff');
}

@font-face{
    font-family: 'Tiro Bangla';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url('assets/font/TiroBangla-Regular.woff2') format('woff2'),
         url('assets/font/TiroBangla-Regular.woff') format('woff');
}

@font-face{
    font-family: 'Tiro Bangla';
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    src: url('assets/font/TiroBangla-Italic.woff2') format('woff2'),
         url('assets/font/TiroBangla-Italic.woff') format('woff');
}