tyz-tref I want to use Arial for text and menu items, and Cyrillic Old for headers H1,2 etc.
For headers, You already have the specific font-family being assigned and displayed. Ref: Screenshot
For changing font-family for menu items, Try add this to custom.css file :
.t3-off-canvas .t3-off-canvas-body .nav > li > a, .t3-off-canvas .t3-off-canvas-body .nav > li > span{font-family: arial !Important;}
Also, Would be suggested to use custom.css for adding new css-rule set or attributes due to reasons outlined here as JA Brickstore is also powered by T3 framework