/* Global CSS - Load on all pages */

/* Import Google Fonts - Inter */
@import url('../../../../_cdn/fonts.googleapis.com/css2/index.html');

/* Apply Inter font family globally */
body,
html,
* {
    font-family: 'Inter', sans-serif !important;
}
