/*
Theme Name: MedNotes Theme
Theme URI: https://mednotes.com.br
Description: Tema custom dark-navy para o MedNotes SaaS. Controla 100% da UI.
Version: 2.0.0
Author: MedNotes
Text Domain: mednotes-theme
*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

#wpadminbar {
    position: fixed !important;
}