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

.c-powered {
display: none;
}

body {
--primary-color: #000000;
}

body[data-theme=dark]{
--primary-color: #ffffffff;
}

#p-home .p-home__welcome-col > :first-child,
#p-home .p-home__posts-col,.c-textarea,.c-input,.c-dropdown__handle,.rounded-md,
.c-tag,.rounded-full,.fider-tiptap-editor,.c-dropdown__list,
.c-share-feedback__content,.c-button {
  border-radius: 0!important;
}