/* ==========================================================
   Global
========================================================== */
.font_roboto_condensed {
    font-family: 'Roboto Condensed', sans-serif;
}
.font_lora_semibold {
    font-family: 'Lora', serif;
    font-weight: 600;
}
body {
    font-family: 'Roboto', sans-serif;
    background-color: #030220;
    color: white;
}
/* ==========================================================
   Header
========================================================== */

/* ==========================================================
   Footer
========================================================== */

/* ==========================================================
   Sai Satcharitra
========================================================== */
/* Characters */
.character-card__image {
    position: relative;
    display: inline-block;
    /*width: 220px;  Adjust to your frame size */
}
.character-card__portrait,
.character-card__frame {
    display: block;
    width: 100%;
    height: auto;
}
.character-card__frame {
    position: absolute;
    inset: 0;
    pointer-events: none;
}