/*
Theme Name: Feast CMS
Theme URI: https://feastcreative.com/
Author: Feast (Donovan Shores)
Author URI: https://feastcreative.com/
Description: FeastCMS customisations for Pro by Themeco.
Version: 1.3.1
Template: pro
*/

/* =============================================================================
   FeastCMS – Frontend Styles
   Admin styles → assets/css/admin.css
   Login styles → assets/css/login.css
   ============================================================================= */

/* 404 */
.fc-404-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 40px 20px;
    background: #f5f5f5;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}
.fc-404-content h1 { font-size: 72px; margin: 0 0 10px; color: #111; }
.fc-404-content h2 { font-size: 24px; margin: 0 0 20px; color: #333; }
.fc-404-content p  { font-size: 16px; color: #555; margin: 0 0 30px; }
.fc-404-home {
    display: inline-block;
    padding: 10px 20px;
    background: #222;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
}
.fc-404-home:hover { background: #000; }
