@layer specific {
  :root {
    /* Colours */
    --blue: #3eb0ef;
    --darkgrey: #15171a;
    --midgrey: #738a94;
    --lightgrey: #c5d2d9;
    --whitegrey: #e5eff5;

    /* Paddings & Margins */
    --small-margin: 30px;
  }
}
