You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
|
|
/* FONTS */
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&display=swap');
|
|
|
|
|
|
|
|
/* ICONS */
|
|
|
|
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');
|
|
|
|
|
|
|
|
/* ELEMENTS */
|
|
|
|
@import "/Static/CSS/Elements/_General.css";
|
|
|
|
|
|
|
|
@import "/Static/CSS/Elements/Accordion.css";
|
|
|
|
@import "/Static/CSS/Elements/Columns.css";
|
|
|
|
@import "/Static/CSS/Elements/DescriptionLists.css";
|
|
|
|
@import "/Static/CSS/Elements/HomePage.css";
|
|
|
|
@import "/Static/CSS/Elements/NavBar.css";
|
|
|
|
@import "/Static/CSS/Elements/Rating.css";
|
|
|
|
@import "/Static/CSS/Elements/Tables.css";
|
|
|
|
@import "/Static/CSS/Elements/Tabs.css";
|
|
|
|
|