\usepackage{fontspec}

\newfontfamily\EBGaramond{EB Garamond}[
    Mapping=tex-text,
    Ligatures={Common, Required, Contextual}
]
\newfontfamily\EBLigatures{EB Garamond}[
    Mapping=tex-text,
    Ligatures={Common, Required, Contextual, Historic}
]

\setmainfont{Quicksand-Light}[
	Path=../fonts/,
	BoldFont = Quicksand-Medium]

\setmonofont{Latin Modern Mono Light}

\input{../common/10_fonts.tex}
\let\AltFont\LibertineFont