@use "font";
%footer-common {
@extend .font-1;
position: absolute;
bottom: 0.5em;
}
.footer-left {
@extend %footer-common;
left: 1em;
}
.footer-right {
@extend %footer-common;
right: 1em;
}
.footer-icon {
vertical-align: middle;
display: inline-block;
width: 1rem;
height: 1rem;
}