@import url("https://fonts.googleapis.com/css?family=Nunito:400,700,800&amp;display=swap");

:root {

    --text: #ece2e9;
--background: #0b0509;
--primary: #dd90c8;
--secondary: #901b70;
--accent: #ee37bd;

--text-50: #f5f0f3;
--text-100: #ebe0e8;
--text-200: #d7c1d0;
--text-300: #c3a2b9;
--text-400: #ae84a2;
--text-500: #9a658a;
--text-600: #7b516f;
--text-700: #5d3c53;
--text-800: #3e2837;
--text-900: #1f141c;
--text-950: #0f0a0e;

--background-50: #f7edf4;
--background-100: #efdce9;
--background-200: #dfb9d2;
--background-300: #d095bc;
--background-400: #c072a6;
--background-500: #b04f90;
--background-600: #8d3f73;
--background-700: #6a2f56;
--background-800: #462039;
--background-900: #23101d;
--background-950: #12080e;

--primary-50: #f9ebf5;
--primary-100: #f3d8ec;
--primary-200: #e7b1d9;
--primary-300: #db8ac5;
--primary-400: #cf63b2;
--primary-500: #c33c9f;
--primary-600: #9c307f;
--primary-700: #75245f;
--primary-800: #4e1840;
--primary-900: #270c20;
--primary-950: #140610;

--secondary-50: #fbeaf6;
--secondary-100: #f7d4ee;
--secondary-200: #efa9dc;
--secondary-300: #e77ecb;
--secondary-400: #de54b9;
--secondary-500: #d629a8;
--secondary-600: #ab2186;
--secondary-700: #811865;
--secondary-800: #561043;
--secondary-900: #2b0822;
--secondary-950: #150411;

--accent-50: #fde8f7;
--accent-100: #fbd0ef;
--accent-200: #f7a1e0;
--accent-300: #f372d0;
--accent-400: #ef43c1;
--accent-500: #eb14b1;
--accent-600: #bc108e;
--accent-700: #8d0c6a;
--accent-800: #5e0847;
--accent-900: #2f0423;
--accent-950: #170212;

    --main-presti: #7800FF;
}

body {
    font-family: Nunito, Arial, sans-serif;
    background: var(--background);
    color: var(--text);
}