\usepackage[utf8]{inputenc}

%LANGUAGE
\usepackage[danish]{babel}

%MATH
\usepackage{amsmath}
\numberwithin{equation}{section}
\usepackage{mathtools}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{icomma}

%TABLES
\usepackage{multicol}
\usepackage{bm}
\usepackage{booktabs}
\usepackage{tabularx}
\usepackage{threeparttable}
\usepackage{lscape}

%FIGURES
\usepackage{graphicx}
\usepackage{subfig}

%MISC
\usepackage{hyperref}
\usepackage[shortlabels]{enumitem}
\usepackage{framed}
\usepackage{fancyhdr}
\usepackage{url}
\usepackage{xcolor}
\usepackage{rotating}
% Force all footnotes to bottom
\usepackage[bottom]{footmisc}

%APPENDIX
%\usepackage[toc,page]{appendix}

%BIBLIOGRAPHY
%\usepackage{natbib}
\usepackage[authordate-trad]{biblatex-chicago}
\addbibresource{bibliography.bib}
\usepackage{csquotes}

%SUBFILES ENVIRONMENT
%\usepackage{subfiles}
%\graphicspath{{graphs/}{../graphs/}} %Locates images for both subfiles and main file

% NEW COMMANDS
\newcommand{\paravar}[1]{\medskip \noindent \textsf{\textbf{#1}}\ }
\usepackage[labelfont=bf]{caption}