@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* Core, bez media queries */
@import url("./base.css") screen;

/* Breakpointy (kolejność od największego do najmniejszego) */
@import url("./bp-1700.css") screen and (max-width: 1700px);
@import url("./bp-1600.css") screen and (max-width: 1600px);
@import url("./bp-1400.css") screen and (max-width: 1400px);
@import url("./bp-1200.css") screen and (max-width: 1200px);
@import url("./bp-980.css")  screen and (max-width: 980px);
@import url("./bp-700.css")  screen and (max-width: 700px);
@import url("./bp-375.css")  screen and (max-width: 375px);