﻿    @font-face
    {
        font-family: 'LoginFont';
        src: url('/fonts/Acumin-RPro.otf') format('opentype');
        font-weight: normal;
        font-style: normal;
    }
    @font-face
    {
        font-family: 'LoginFont';
        src: url('/fonts/Acumin-ItPro.otf') format('opentype');
        font-weight: normal;
        font-style: italic;
    }
    @font-face
    {
        font-family: 'LoginFont';
        src: url('/fonts/Acumin-BdPro.otf') format('opentype');
        font-weight: bold;
        font-style: normal;
    }
    @font-face
    {
        font-family: 'LoginFont';
        src: url('/fonts/Acumin-BdItPro.otf') format('opentype');
        font-weight: bold;
        font-style: italic;
    }