/* FigTree Admin Font Styles */
body, 
#wpadminbar, 
.wp-core-ui, 
.media-modal,
.editor-styles-wrapper,
.components-modal__frame,
.interface-interface-skeleton,
#wpadminbar * {
    font-family: 'Figtree', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* Form elements */
input, 
textarea, 
select, 
button {
    font-family: 'Figtree', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

/* Keep monospace fonts for code */
code, 
kbd, 
pre, 
samp {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace !important;
}

/* Login page specific styles */
.login form {
    font-family: 'Figtree', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}