/*
Theme Name: LPH
Description: Professional child theme for LPH Architekten, extending the Uncode parent theme
Author: Marius Mueller
Author URI: http://www.marius-mueller.info
Template: uncode
Version: 1.0.0
Text Domain: uncode
License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/**
 * LPH Child Theme - Main Stylesheet
 * 
 * This file contains only theme metadata and custom font declarations.
 * All other styles are organized in /assets/css/ for better maintainability.
 * 
 * Structure:
 * - assets/css/lph-variables.css     → CSS Variables & Design Tokens
 * - assets/css/uncode-overwrites.css → Theme Customizations
 * 
 * @package LPH
 * @version 1.0.0
 */

/* ==========================================================================
   Custom Font Declarations - Brandon Text
   ========================================================================== */

@font-face {
	font-family: "Brandon-Text-Regular";
	src: url("assets/fonts/Brandon-Text-Web-Regular.eot") format("eot"),
		url("assets/fonts/Brandon-Text-Web-Regular.woff") format("woff"),
		url("assets/fonts/Brandon-Text-Web-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Brandon-Text-Bold";
	src: url("assets/fonts/Brandon-Text-Web-Bold.eot") format("eot"),
		url("assets/fonts/Brandon-Text-Web-Bold.woff") format("woff"),
		url("assets/fonts/Brandon-Text-Web-Bold.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}