html { font-size: 18px;}
h1 { font-size: 1.31rem;}
h2 { font-size: 1.19rem;}
@counter-style dec-extends {
  system: extends decimal;
  prefix: '(';
  suffix: ') ';
}

@counter-style lower-serbo-croatian {
	system: alphabetic;
	symbols: '\430' '\431' '\432' '\433' '\434' '\452' '\435' '\436' '\437' '\438' '\458' '\43A' '\43B' '\459' '\43C' '\43D' '\45A' '\43E' '\43F' '\440' '\441' '\442' '\45B' '\443' '\444' '\445' '\446' '\447' '\45F' '\448';
	/* symbols: 'а' 'б' 'в' 'г' 'д' 'ђ' 'е' 'ж' 'з' 'и' 'ј' 'к' 'л' 'љ' 'м' 'н' 'њ' 'о' 'п' 'р' 'с' 'т' 'ћ' 'у' 'ф' 'х' 'ц' 'ч' 'џ' 'ш'; */
	suffix: ') ';
}
@counter-style ls-extends {
  system: extends lower-serbo-croatian;
  prefix: '(';
  suffix: ') ';
}
ol.koraci {
  list-style: dec-extends;
}

ol.koraci ol {
  list-style: ls-extends;
}