/**
* DevExtreme (widgets/ios7/typography.ios7.less)
* Version: 19.2.6
* Build date: Thu Jan 30 2020
*
* Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
.dx-theme-ios7-typography {
    background: @IOS7_BACKGROUND;
    .dx-base-typography();

    h1,
    .dx-font-xl {
        margin: 20px 0;
        font-weight: bold;
        font-size: 20px;
    }

    h2,
    .dx-font-l {
        margin: 15px 0;
        font-weight: bold;
        font-size: 18px;
    }

    h3,
    .dx-font-m {
        margin: 10px 0;
        font-weight: bold;
        font-size: 16px;
    }

    h4,
    .dx-font-s {
        margin: 5px 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.3636;
    }

    h5 {
        margin: 4px 0;
        font-weight: 300;
        font-size: 13px;
        line-height: 1.3636;
    }

    h6,
    small,
    .dx-font-xs {
        margin: 2px 0;
        font-weight: 400;
        font-size: 11px;
        line-height: 1.6667;
    }
}
