
@font-face {
    font-family: 'Doran';
    font-style: normal;
    font-weight: 200;
    src: local('Doran Thin'), url('DoranThin.ttf') format('woff');
    font-feature-settings: "tnum" 0, "lnum" 0; /* Disables Western numerals */
    unicode-bidi: plaintext;
    }
@font-face {
    font-family: 'Doran';
    font-style: normal;
    font-weight: 300;
    src: local('Doran Light'), url('DoranLight.ttf') format('woff');
    font-feature-settings: "tnum" 0, "lnum" 0; /* Disables Western numerals */
    unicode-bidi: plaintext;

    }
@font-face {
    font-family: 'Doran';
    font-style: normal;
    font-weight: normal;
    src: local('Doran Regular'), url('DoranRegular.ttf') format('woff');
    font-feature-settings: "tnum" 0, "lnum" 0; /* Disables Western numerals */
    unicode-bidi: plaintext;

    }
@font-face {
    font-family: 'Doran';
    font-style: normal;
    font-weight: 600;
    src: local('Doran Medium'), url('DoranMedium.ttf') format('woff');
    font-feature-settings: "tnum" 0, "lnum" 0; /* Disables Western numerals */
    unicode-bidi: plaintext;

    }

@font-face {
    font-family: 'Doran';
    font-style: normal;
    font-weight: bold;
    src: local('Doran Bold'), url('DoranBold.ttf') format('woff');
    font-feature-settings: "tnum" 0, "lnum" 0; /* Disables Western numerals */
    unicode-bidi: plaintext;

    }
@font-face {
    font-family: 'Doran';
    font-style: normal;
    font-weight: 900;
    src: local('Doran Extra Bold'), url('DoranExtraBold.ttf') format('woff');
    font-feature-settings: "tnum" 0, "lnum" 0; /* Disables Western numerals */
    unicode-bidi: plaintext;

    }