/* line 12, static/scss/variables.scss */
:root {
  --color-primary: #002e5a;
  --color-secondary: #fe6d73;
  --color-tertiary: #fde21c; }

/* line 3, static/user/scss/profile-followings.scss */
.following-user {
  background-color: #f8f8f8; }
  /* line 6, static/user/scss/profile-followings.scss */
  .following-user img {
    height: 80px;
    object-fit: cover;
    width: 80px; }
