
    @font-face {
        font-family: 'NotoSans';
        font-weight: normal;
        font-style: normal;
        src: url('<?php echo (asset("asset/plugins/font-NotoSans/NotoSans-Regular.ttf")); ?>') format('truetype');
    }

    @font-face {
        font-family: 'NotoSans';
        src: url('<?php echo (asset("asset/plugins/font-NotoSans/NotoSans-Medium.ttf")); ?>') format('truetype');
        font-weight: 500;
        font-style: normal;
    }

    @font-face {
        font-family: 'NotoSans';
        src: url('<?php echo (asset("asset/plugins/font-NotoSans/NotoSans-ExtraLight.ttf")); ?>') format('truetype');
        font-weight: 200;
        font-style: normal;
    }

    @font-face {
        font-family: 'NotoSans';
        src: url('<?php echo (asset("asset/plugins/font-NotoSans/NotoSans-Black.ttf")); ?>') format('truetype');
        font-weight: 900;
        font-style: normal;
    }

    @font-face {
        font-family: 'NotoSans';
        src: url('<?php echo (asset("asset/plugins/font-NotoSans/NotoSans-SemiBold.ttf")); ?>') format('truetype');
        font-weight: 600;
        font-style: normal;
    }

    @font-face {
        font-family: 'NotoSans';
        src: url('<?php echo (asset("asse/plugins/font-NotoSans/NotoSans-Italic.ttf")); ?>') format('truetype');
        font-weight: normal;
        font-style: italic;
    }

    @font-face {
        font-family: 'NotoSans';
        src: url('<?php echo e(asset("asset/plugins/font-NotoSans/NotoSans-Thin.ttf")); ?>') format('truetype');
        font-weight: 100;
        font-style: normal;
    }

    @font-face {
        font-family: 'NotoSans';
        src: url('<?php echo (asset("asset/plugins/font-NotoSans/NotoSans-Light.ttf")); ?>') format('truetype');
        font-weight: 300;
        font-style: normal;
    }

    @font-face {
        font-family: 'NotoSans';
        src: url('<?php echo (asset("asset/plugins/font-NotoSans/NotoSans-ExtraBold.ttf")); ?>') format('truetype');
        font-weight: 800;
        font-style: normal;
    }

    @font-face {
        font-family: 'NotoSans';
        src: url('<?php echo (asset("asset/plugins/font-NotoSans/NotoSans-Bold.ttf")); ?>') format('truetype');
        font-weight: bold;
        font-style: normal;
    }

    @font-face {
        font-family: 'NotoSans';
        src: url('<?php echo (asset("asset/plugins/font-NotoSans/NotoSans-LightItalic.ttf")); ?>') format('truetype');
        font-weight: 300;
        font-style: italic;
    }

    @font-face {
        font-family: 'NotoSans';
        src: url('<?php echo (asset("asset/plugins/font-NotoSans/NotoSans-BoldItalic.ttf")); ?>') format('truetype');
        font-weight: bold;
        font-style: italic;
    }

    @font-face {
        font-family: 'NotoSans';
        src: url('<?php echo (asset("asset/plugins/font-NotoSans/NotoSans-ExtraLightItalic.ttf")); ?>') format('truetype');
        font-weight: 200;
        font-style: italic;
    }

    @font-face {
        font-family: 'NotoSans';
        src: url('<?php echo (asset("asset/plugins/font-NotoSans/NotoSans-MediumItalic.ttf")); ?>') format('truetype');
        font-weight: 500;
        font-style: italic;
    }

    @font-face {
        font-family: 'NotoSans';
        src: url('<?php echo (asset("asset/plugins/font-NotoSans/NotoSans-ThinItalic.ttf")); ?>') format('truetype');
        font-weight: 100;
        font-style: italic;
    }

    @font-face {
        font-family: 'NotoSans';
        src: url('<?php echo (asset("asset/plugins/font-NotoSans/NotoSans-BlackItalic.ttf")); ?>') format('truetype');
        font-weight: 900;
        font-style: italic;
    }

    @font-face {
        font-family: 'NotoSans';
        src: url('<?php echo (asset("asset/plugins/font-NotoSans/NotoSans-ExtraBoldItalic.ttf")); ?>') format('truetype');
        font-weight: 800;
        font-style: italic;
    }

    @font-face {
        font-family: 'NotoSans';
        src: url('<?php echo (asset("asset/plugins/font-NotoSans/NotoSans-SemiBoldItalic.ttf")); ?>') format('truetype');
        font-weight: 600;
        font-style: italic;
    }

    @page {
        margin: 30px 50px 5px 50px !important;
        padding: 0px 0px 0px 0px !important;
    }

    body {
        font-family: 'NotoSans', sans-serif;
        font-size: 10px;
        margin: 0px;
    }

    footer {
        position: fixed; 
        bottom: 0cm; 
        left: 0cm; 
        right: 0cm;
        height: 3cm;
    }

    a:link {
        color: black;
        text-decoration: none;
        font-weight: bold;
        font-style: italic;
    }

    #watermark {
        position: fixed;
        bottom: 5.5cm;
        left: 1.6cm;
        width: 16cm;
        height: 16cm;
        z-index: -1000;
        opacity: 0.1;
    }


