/*
Theme Name: CAS Proposol Theme
Theme URI: https://ascreativeservices.com/
Author: Actulize Studios
Author URI: https://ascreativeservices.com/
Description: A wordpress proposol theme for CAS by Actulize Studios.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cas-prop
*/

.admin-bar header.fixed {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar header.fixed {
        top: 46px;
    }
}

html {
    font-size: 16px !important;
}

body, #root {
    font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, 
.font-display {
    font-family: 'DM Sans', system-ui, -apple-system, sans-serif !important;
    font-weight: 700 !important;
}
