﻿@font-face {
    font-family: "Sura";
    src: url('Sura/Sura-Thin.otf') format('opentype');
    font-weight: 100 200;
    font-style: normal;
}

@font-face {
    font-family: "Sura";
    src: url('Sura/Sura-ThinItalic.otf') format('opentype');
    font-weight: 100 200;
    font-style: italic;
}

@font-face {
    font-family: "Sura";
    src: url('Sura/Sura-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Sura";
    src: url('Sura/Sura-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Sura";
    src: url('Sura/Sura-Regular.otf') format('opentype');
    font-weight: 400 500;
    font-style: normal;
}

@font-face {
    font-family: "Sura";
    src: url('Sura/Sura-RegularItalic.otf') format('opentype');
    font-weight: 400 500;
    font-style: italic;
}

@font-face {
    font-family: "Sura";
    src: url('Sura/Sura-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Sura";
    src: url('Sura/Sura-SemiBoldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Sura";
    src: url('Sura/Sura-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Sura";
    src: url('Sura/Sura-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Sura";
    src: url('Sura/Sura-ExtraBold.otf') format('opentype');
    font-weight: 800 900;
    font-style: normal;
}

@font-face {
    font-family: "Sura";
    src: url('Sura/Sura-ExtraBoldItalic.otf') format('opentype');
    font-weight: 800 900;
    font-style: italic;
}