% interface output=luatex
\setuppagenumbering[location=]
\language [sv]
\mainlanguage [sv]
\setuplanguage[sv][leftquote=›,rightquote=‹,leftquotation=»,rightquotation=«]
\definefontfamily [praise][serif][junicode]
\setupalign[justified,hanging,hz]
\setupbodyfont [praise]
$if(number-sections)$
$else$
\setuphead[chapter, section, subsection, subsubsection, subsubsubsection, subsubsubsubsection][number=no]
$endif$
\definefallbackfamily [jeans] [ss] [DejaVu Sans] [range=miscellaneoussymbols,greek]
\definefontfamily [jeans] [ss] [FuturaLT]
\setuphead[chapter][style={\switchtobodyfont[jeans]}]
\setuphead[subject][style={\switchtobodyfont[jeans]\tfc\bold}]
\setuphead[subsubject][style={\switchtobodyfont[jeans]\tfb}]
\setuphead[section][style={\switchtobodyfont[jeans]\tfc\bold}]
\setuphead[subsection][style={\switchtobodyfont[jeans]\tfb}]
\setupindenting[yes,small]
\hyphenation{hall-en}
\definepapersize[ellen][width=423.33333mm,height=317.5mm]
\definedescription
  [description]
  [headstyle=bold, style=normal, location=hanging, width=broad, margin=1cm, alternative=hanging]
\setuppapersize[ellen]
\setuplayout[
        backspace=14mm,
        width=middle,
	cutspace=14mm,
        topspace=14mm,
	bottomspace=14mm,
        height=middle,
        header=0mm,
        footer=0mm,
        margin=0mm
]
\starttext
\startcolumns[n=3]
$body$
\stopcolumns
\stoptext
