@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');
body { 
font-family: 'DM Sans', sans-serif;
max-width: 1920px;
margin: auto;
 } 