@charset "UTF-8";
:root {
--primary-color: #007bff;
--secondary-color: #6c757d;
--success-color: #28a745;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto;
}
*, ::after, ::before {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
}
body {
margin: 0;
font-family: var(--font-family-sans-serif);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}