/* AdorshoLipi Font Face Definition */
@font-face {
    font-family: 'AdorshoLipi';
    src: url('/fonts/AdorshoLipi.woff2') format('woff2'),
         url('/fonts/AdorshoLipi.woff') format('woff'),
         url('/fonts/AdorshoLipi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AdorshoLipi';
    src: url('/fonts/AdorshoLipi-Bold.woff2') format('woff2'),
         url('/fonts/AdorshoLipi-Bold.woff') format('woff'),
         url('/fonts/AdorshoLipi-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
