:root {
/* VARIABLES */
--gutter: 32px;
--padding: 14px;
--transition-duration: .5s;
--transition-function: cubic-bezier(.16,.99,.6,.98);

/* COLOURS */
--col-white: rgb(255, 255, 255);
--col-black: rgb(0, 0, 0);
--col-lightgrey: rgb( 90, 90, 90);
}

::selection {
    color: white;
    background: rgba(0, 0, 0, .95);
}