%% This is file `beamerfontthemeBFH.sty' version 2.2.6 (2026-01-12),
%% it is part of
%% BFH-CI -- Corporate Design for Bern University of Applied Sciences
%% ----------------------------------------------------------------------------
%%
%%  Copyright (C) 2021--2026 by
%%      Marei Peischl <marei@peitex.de>
%%      Andreas Habegger <andreas.habegger@bfh.ch>
%%
%% ============================================================================
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3c or later is part of all distributions of LaTeX
%% version 2008/05/04 or later.
%%
%% This work has the LPPL maintenance status `maintained'.
%%
%% The Current Maintainers of this work are
%%   Marei Peischl <bfh-ci@peitex.de>
%%   Andreas Habegger <andreas.habegger@bfh.ch>
%%
%% The development respository can be found at
%% https://gitlab.ti.bfh.ch/bfh-latex/bfh-ci/
%% Please use the issue tracker for feedback!
%%
%% ============================================================================
%%
\ProvidesPackage{beamerfontthemeBFH}[2026-01-12 v2.2.6 BFH-CI beamer font theme, CI of Bern University of Applied Sciences]

% ====================
% Dependencies
% ====================

\RequirePackage{bfhfonts}

\mode<presentation>
\usefonttheme[only large]{structurebold}

% ====================
% Fonts
% ====================

\usefonttheme{professionalfonts}

\setbeamerfont{headline title}{size=\Huge,series=\bfseries}
\setbeamerfont{headline author}{size=\Large}
\setbeamerfont{headline institute}{size=\normalsize}
\setbeamerfont{heading}{series=\bfseries}
\setbeamerfont{caption}{size=\small}
\setbeamerfont{footline}{size=\tiny}

\setbeamerfont*{title}{size=\LARGE,series=\bfseries}
\setbeamerfont*{subtitle}{size=\large,series=\bfseries}
\setbeamerfont*{date}{size=\footnotesize,series=\bfseries}
\setbeamerfont*{author}{size=\footnotesize,series=\bfseries}
\setbeamerfont*{institute}{parent=author}

\setbeamerfont{section title}{series=\normalfont,size=\LARGE}
\setbeamerfont{title in sidebar}{series=\bfseries}
\setbeamerfont{author in sidebar}{series=\bfseries}
\setbeamerfont{frametitle}{series=\mdseries}
\setbeamerfont{block title}{size=\small}
\setbeamerfont{block body}{size=\small}
\setbeamerfont{block title example}{size=\small}
\setbeamerfont{block body example}{size=\small}
\setbeamerfont{block title alerted}{size=\small}
\setbeamerfont{block body alerted}{size=\small}

\setbeamerfont{lecture title}{series=\normalfont,size=\LARGE}

\setbeamerfont{section in toc}{size=\normalsize}
\setbeamerfont{subsection in toc}{size=\small}
\setbeamerfont*{itemize/enumerate body}{size=\footnotesize}
\setbeamerfont*{itemize/enumerate subbody}{parent=itemize/enumerate body}
\setbeamerfont*{itemize/enumerate subsubbody}{parent=itemize/enumerate body}

\mode<all>

\endinput
