/*
На данный момент используются только на детальных страницах статей (Блок с авторами)
*/

@font-face {
    font-family: 'Vela Sans';
    src: local('Vela Sans'), local('VelaSans-ExtraBold'), url("/static/fonts/VelaSans/otf/VelaSans-ExtraBold.otf") format("opentype"), url("/static/fonts/VelaSans/woff/VelaSans-ExtraBold.woff") format("woff"), url("/static/fonts/VelaSans/ttf/VelaSans-ExtraBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Vela Sans';
    src: local('Vela Sans'), local('VelaSans-Bold'), url("/static/fonts/VelaSans/otf/VelaSans-Bold.otf") format("opentype"), url("/static/fonts/VelaSans/woff/VelaSans-Bold.woff") format("woff"), url("/static/fonts/VelaSans/ttf/VelaSans-Bold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Vela Sans';
    src: local('Vela Sans'), local('VelaSans-SemiBold'), url("/static/fonts/VelaSans/otf/VelaSans-SemiBold.otf") format("opentype"), url("/static/fonts/VelaSans/woff/VelaSans-SemiBold.woff") format("woff"), url("/static/fonts/VelaSans/ttf/VelaSans-SemiBold.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Vela Sans';
    src: local('Vela Sans'), local('VelaSans-Regular'), url("/static/fonts/VelaSans/otf/VelaSans-Regular.otf") format("opentype"), url("/static/fonts/VelaSans/woff/VelaSans-Regular.woff") format("woff"), url("/static/fonts/VelaSans/ttf/VelaSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vela Sans';
    src: local('Vela Sans'), local('VelaSans-Light'), url("/static/fonts/VelaSans/otf/VelaSans-Light.otf") format("opentype"), url("/static/fonts/VelaSans/woff/VelaSans-Light.woff") format("woff"), url("/static/fonts/VelaSans/ttf/VelaSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Vela Sans';
    src: local('Vela Sans'), local('VelaSans-ExtraLight'), url("/static/fonts/VelaSans/otf/VelaSans-ExtraLight.otf") format("opentype"), url("/static/fonts/VelaSans/woff/VelaSans-ExtraLight.woff") format("woff"), url("/static/fonts/VelaSans/ttf/VelaSans-ExtraLight.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}