/*
** Gloabl Page Style
**
** Palette:
** Terminal color(srgb 0.043137254901960784 0.054901960784313725 0.0784313725490196)
** Blue #021f45
** Dark Blue #090a1f
** Another Blue #1A2CA3
** Ice #f0f2f4
** Orange #d16d16
*/

/*
** Main stylesheet index.
*/

/* Import of the global styles for the whole Portfolio */
@import url("base/variables.css");
@import url("base/global.css");
@import url("base/typography.css");

/* Import of the styles for the header and footer */
@import url("layout/header.css");
@import url("layout/footer.css");

/* Import of the styles for the small components */
@import url("components/sections.css");
@import url("components/cards.css");
@import url("components/flip-cards.css");
@import url("components/progress-bars.css");
@import url("components/terminal.css");
@import url("components/forms.css");
@import url("components/animations.css");

/* Import of the styles for the single pages */
@import url("pages/home.css");
@import url("pages/about.css");
@import url("pages/projects.css");
@import url("pages/contact.css");
