@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

//Fonts
$inter:"Inter", sans-serif;
$roobert:"Roobert", sans-serif;

//Colors
$background:#FAFCFF;
$black:#141728;
$footer:#232538;
$white:#fff;
$green:#0CAF60;
$purple:#9752FF;
$purple-dark:#7233D1;
$label:#183B56;
$label-200:#7C8499;
$label-300:#293F4A;
$gray:#667093;

//social media color
$instagram:#FF6746;
$tiktok:#161E33;
$twitter:#1597E7;
$youtube:#FF3535;
$facebook:#3089FF;
$spotify:#29D266;
$telegram:#3AB3E8;
$linkedin:#0F72A9;
$threads:#000000;
$google:#4182EE;
$appstore:#1262DA;
$seo:#4572D7;
$twitch:#9752FF;
$trovo:#1BAA78;
$dlive:#D2AE03;
$nonolive:#EE2929;
$clubhouse:#6515DD;
$tumblr:#1B3561;
$soundcloud:#F97637;
$reddit:#FF4500;
$pinterest:#C11F26;
$likeapp:#FF2474;
$kwai:#FE6100;
$vimeo:#00A9E9;
$onlyfans:#00AEEF;
$quora:#A82400;
$opensea:#2081E2;
$dailymotion:#2A62AA;
$netflix:#E50914;
$discord:#5865F2;
$snapchat:#DCC928;
$periscope:#3FA1C0;
$tinder:#FE3C72;
$pubg:#D7930E;
$shazam:#0088FF;

 
//accordion
$accordion-button-icon: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7.90216H14.5757M7.78785 1.11426L7.78785 14.69" stroke="white" stroke-width="1.99999" stroke-linecap="round" stroke-linejoin="round" /></svg>');
$accordion-button-active-icon: url('data:image/svg+xml,<svg width="16" height="3" viewBox="0 0 16 3" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.71777L14.5757 1.71777" stroke="white" stroke-width="1.99999" stroke-linecap="round" stroke-linejoin="round" /></svg>');

@import "../node_modules/bootstrap/scss/bootstrap.scss";