/*
Theme Name: NCJA DNA
Theme URI: https://ncja.org/
Author: NCJA
Author URI: https://ncja.org/
Description: WordPress theme wrapper for the NCJA DNA Center React app.
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: ncja-dna
*/

.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 {
    min-height: 100vh;
    margin: 0;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#root {
    isolation: isolate;
}
