/* line 12, ../etfcircle-static/static/scss/variables.scss */
:root {
  --color-primary: #002F58;
  --color-blue-2: #00549D;
  --color-secondary: #fe6d73;
  --color-tertiary: #F7CC83;
  --color-text: #70778b;
  --color-heading: $color-primary;
  --color-golden-1: $color-tertiary;
  --color-golden-2: #FFAF26;
  --color-border: #e7e7ed;
  --font-size-section-heading: 34px; }

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