/*
 * ============================================================================
 * Copyright (c) 2026 ATH SOLUTIONS (PTY) LTD. All rights reserved.
 * KwaZulu-Natal, Republic of South Africa.
 * ============================================================================
 *
 * @BEGIN Developer Log Header Block
 * @FILENAME: error-page.css
 * @TITLE: PATHWRITE
 * @DESCRIPTION: HTTP error page component (404/500/etc) - big icon and status code above the message.
 * @AUTHOR: Ary van der Pijl
 * @COMPANY: ATH SOLUTIONS (PTY) LTD
 * @WEBSITE: https://www.ath.solutions/
 * @EMAIL: info@ath.solutions
 * @COPYRIGHT: All Rights Reserved
 * @LICENSE: ATH SOLUTIONS - PROPRIETARY SOFTWARE LICENCE AGREEMENT (https://www.ath.solutions/documents/ath_solutions_software_licence_agreement.pdf)
 *
 * BEGIN CHANGELOG
 * @IMPORTANT NOTICE: Developers working on these files MUST update and maintain the Developers Change Log, failure to do is not an option:
 * !==================================================================================================================================================================
 * VERSION 1.0.0
 * + File Created | Ary van der Pijl | 2026-08-15 | Full HTTP error page set (400/401/403/404/409/422/429/500) - extracted the inline-styled icon/code sizing that 404.php used into a proper component per STD-L / zero-inline-styles. |
 * ==================================================================================================================================================================!
 * END CHANGELOG
 */

/* ─── Error Page ─────────────────────────────────────────────────────────── */

.error-page-icon {
  font-size: 72px;
}

.error-page-code {
  margin-top: var(--space-4);
  font-size: 48px;
  font-weight: var(--fw-bold);
  color: var(--color-text);
}
