/**
* Theme Name: Healthify Child
* Description: This is a child theme of Healthify.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: healthify
* Version: 1.0.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: healthify-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/

/* Make the title on the 404 page 25em */
body.error404 h1,
body.error404 .page-title,
body.error404 .elementor-heading-title {
    font-size: 5em !important;
    line-height: 1 !important;
}

@media only screen and (min-width: 1181px) {
    body.error404 h1.cmsmasters-error-page__title {
        font-size: 4vw !important;
    }
}
/* Mobile */
@media (max-width: 767px) {
    body.error404 h1,
    body.error404 .page-title,
    body.error404 .elementor-heading-title {
        font-size: 4em !important;
        line-height: 1.05 !important;
    }
}