@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap');
body {
    background: #fff;
    color: #212121;
	font-family: "Open Sans", Arial, sans-serif;
    /*font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;*/
    font-size: 0.8rem;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
}
#footer > section > p {
	font-variation-settings: "wdth" 87.5;
}