<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

/* now we will not use only one CSS file for all */


/* so we will organize in folders */


/* and the style.css is the main file */

@import url("./css/nav/nav_lateral.css");
@import url("./css/nav/nav_top.css");

/*  */

body {
    font-family: 'Poppins', sans-serif;
}</pre></body></html>