/*
** Defining CSS Cascade Layers
** The order if this list is important, it's basically declaring what cascade we want to use from beginning to end.
** So, the cascade will apply in order from vars -> base -> runtime, Where runtime will override the vars declared in the vars layer.
*/
@layer vars, base, runtime;
