@font-face {
    font-family: 'SeccaStdWeb';
    src: url('norm-r.woff2') format('woff2'),
           url('norm-r.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SeccaStdWeb';
    src: url('norm-b.woff2') format('woff2'),
           url('norm-b.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SeccaStdWeb';
    src: url('norm-i.woff2') format('woff2'),
           url('norm-i.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'SeccaStdWeb';
    src: url('norm-bi.woff2') format('woff2'),
           url('norm-bi.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

html	{
 text-rendering:optimizeLegibility;

} 