/* line 15, ../etfcircle-static/static/scss/variables.scss */
:root {
  --color-primary: #002D72;
  --color-blue-2: #00549D;
  --color-secondary: #fe6d73;
  --color-tertiary: #F7CC83;
  --color-text: oklch(37.3% 0.034 259.733);
  --color-heading: oklch(21% 0.034 264.665);
  --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-followers.scss */
.follower {
  background-color: #f8f8f8; }
  /* line 6, ../etfcircle-static/static/user/scss/profile-followers.scss */
  .follower img {
    height: 80px;
    object-fit: cover;
    width: 80px; }
