<style>

    @font-face {
        font-family: 'Georgia Regular';
        font-style: normal;
        font-weight: normal;
        src: local('Georgia Regular'), url('typo/georgia.woff') format('woff');
    }
    

    @font-face {
        font-family: 'Georgia Italic';
        font-style: normal;
        font-weight: normal;
        src: local('Georgia Italic'), url('typo/georgiai.woff') format('woff');
    }
    

    @font-face {
        font-family: 'Georgia Bold';
        font-style: normal;
        font-weight: normal;
        src: local('Georgia Bold'), url('typo/georgiab.woff') format('woff');
    }
    

    @font-face {
        font-family: 'Georgia Bold Italic';
        font-style: normal;
        font-weight: normal;
        src: local('Georgia Bold Italic'), url('typo/georgiaz.woff') format('woff');
    }


    @font-face {
        font-family: 'BalooTammudu';
        src: url('/front/css/Baloo-Tammudu-Regular/balootammudu/BalooTammudu-Regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

    .ql-align-center{
        text-align: center;
    }
    .ql-size-small{
        font-size: x-small;
    }
    body {
        font-family: "Georgia Regular", Times, serif !important;
    }

</style>