@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:#ffffff;--grey-0:#ffffff;--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:#000000;--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%}