/**
 *  The definition file for the stylesheet.
 */
@import "tailwindcss";

/* reset the native browsers css */
@import "./reboot.css";

/* general style definitions */
@import "./form.css";
@import "./table.css";

/* The look and feel of the webshop must match that of the vinacles.com website. Unfortunately we can't reuse the stylesheet */
/* because the quality is not good and properly maintained. This style definition has the bare minimum to have the same look and feel. */
@import "./mimic.css";

/* this is here to just let you know about the existence of this file and its content ;) */
/* @import "./breakpoints.css"; */

/* general style definitions */
@import "./typography.css";
@import "./colors.css";
@import "./breadcrumbs.css";
@import "./header.css";
@import "./footer.css";
@import "./page.css";
@import "./lists.css";
@import "./nice-forms.css";
@import "./messages.css";
@import "./pleaseWait.css";

/* page specific style definitions */
@import "./product/index.css";
@import "./product/show.css";
@import "./product/order.css";
@import "./product/form_refactor.css";
@import "./product/breadcrumbs.css";
@import "./product/product_page_tags.css";