﻿@import "./fonts.css";
@import "./theme.css";

/* Override Figma-generated font families to use the Google Font */
[class*="Public_Sans"] {
    font-family: 'Segoe UI', Arial, sans-serif !important;
}

/* Base styles for html and body */
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background-color: #f8fafc;
}
