/*
 *  Temporary solution to Google Fonts not loading.
 *  Google Font doesn't load unless it's first in the css. Clientlib-base has the font import but adds several other css classes before loading app.js
 *  TO-DO: Create proper clientlib generated from ui.frontend to load external webfonts
 */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');