/* background */
/* highlight colors */
/* theme colors */
:root {
  --primary-color-a: #201A23;
  --primary-color-b: rgba(45, 45, 36);
  --secondary-color-a: #631D76;
  --secondary-color-b: #A43DA4;
  --background: #FBFBFB;

  --primary-gradient: linear-gradient(90deg, rgba(2,0,36,0.9780111873851103) 0%, rgba(114,9,121,1) 54%, rgba(255,0,103,0.8687674899061186) 100%);
  --secondary-gradient: linear-gradient(90deg, rgba(2,0,36,0.9520540638130253) 0.16%, rgba(164,61,164,0.15) 76%);
  --secondary-gradient-b: linear-gradient(145deg, rgba(2,0,36,0.9520540638130253) 0%, rgba(164,61,164,0.9492529433648459));
  --primary-gradient-a: linear-gradient(90deg, rgba(2, 0, 36, 0.9780111873851103) 0%, rgba(114, 9, 121, 1) 54%, rgba(255, 0, 103, 0.8687674899061186) 100%);

  --h-darkorange: #FF8811;
  --h-kellygreen: #2BC016;
  --h-sky: #006C67;
  --h-richblack: #121619;
  --h-rubyred: #9B1D20;
}
/* @value global: "./global_styles.css";
@value primary-a, secondary-a from global;
@value background from global; */
._tags_1b8um_6 {
    --container-width: 480px;
    width: 100%;
    height: auto;
    max-width: var(--container-width);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px;
}
._tag_1b8um_6 {
    color: #201A23;
    width: auto;
    height: auto;
    padding: 2px 6px 2px 4px;
    border: 1px solid #631D76;
    border-radius: 5px;
    margin-bottom: 4px;
    text-decoration: none;
    font-style: oblique;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 1em;
}
._tag_1b8um_6:hover {
    cursor: pointer;
    color: #FBFBFB;
    background: #201A23;
}
/* specific for blog cards tags */
._cards-tags_1b8um_40 {
    width: 100%;
    height: auto;
    margin: .5em 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 3px 0;
}
._cards-tag_1b8um_40 {
    color: #201A23;
    width: auto;
    height: auto;
    padding: 2px 6px 2px 4px;
    border: 1px solid #631D76;
    border-radius: 5px;
    margin: 0px 2px 2px 0px;
    text-decoration: none;
    font-style: oblique;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 1em;
}
._cards-tag_1b8um_40:hover {
    cursor: pointer;
    color: #FBFBFB;
    background: #201A23;
}

