@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap");:root{--accent-blue:#5dafed;--accent-pink:#f43b7b;--accent-yellow:#ffdf0d;--accent-purple:#a97be5;--background-light:#e9e9e9;--background-dark:#323232;--background-dark-rgb:50,50,50;--background-purple:#504365;--background-purple-rgb:80,67,101;--background-blue:#647fa2;--background-yellow:#d8b030;--background-pink:#a92955;--dark-text-color:#323232;--light-text-color:#fff;--grey-0:#fff;--grey-1:#f5f5f5;--grey-2:#e0e0e0;--grey-3:#bdbdbd;--grey-4:#9e9e9e;--grey-5:#757575;--grey-6:#616161;--grey-7:#424242;--grey-8:#212121;--grey-8-rgb:33,33,33;--grey-9:#000;--grey-9-rgb:0,0,0;--breakpoint-1:1050px;--breakpoint-2:960px;--breakpoint-3:500px}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}.navbar-open{overflow:hidden;position:fixed;width:100%}