/*
Theme Name: Mema
Author: Charlie Blue
Description: Tema hijo de Bricks.
Version: 1.0
Template: bricks

This is the child theme for Bricks theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* GENERAL */

p strong {
    font-variation-settings: "wght" 600;
}
p a {
    color: #eb195f !important;
    text-decoration: underline;
}
p a:hover {
    color: #ff2d73 !important;
}
.bar span {
    border-radius: 15px;
}
.B20 i {
    width: 30px;
    height: 30px;
    background: #e1f0ff;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    rotate: -45deg;
    transition: rotate 0.25s;
}
.B20:hover i {
    rotate: 0deg;
}
button, a, span {
    transition: all 0.25s;
}
