/* Import Inter font from Google Fonts, Latin extended */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap&subset=latin-ext');

/* Set Inter as the default font with 14px size */
body {
    font-family: 'Inter', sans-serif !important;
    /* font-size: 14.65px !important;*/
    font-size: 14px;
}

:root {
    --tblr-font-sans-serif: 'Inter', sans-serif;
    /*--tblr-font-size-base: 14.65px;*/
    --tblr-font-size-base: 14px;
} 