/*-------------------------------------------------------------------
    Theme Name: 	RemoteMeeting Child En
    Theme URI: 		https://www.rsupport.com/
    Author: 		wsd@rsupport.com
    Description:	English site child theme for RemoteMeeting
    Template:		remotemeeting
    Version:		1.0.0
-------------------------------------------------------------------*/
@charset "UTF-8";

/* English font: Inter (clean, modern, excellent readability) */
body, 
h1, h2, h3, h4, h5, h6,
p, span, div, 
input, textarea, select, button,
a, li, td, th {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

/* English-specific typography adjustments */
h1, h2, h3 {
    letter-spacing: -0.02em;
}

body {
    line-height: 1.6;
}
