a {

    color: #272262;

}

/* Button */
.button {

    background: #272262;

}

/* Box Aside */
.box-aside {

    background-color: #272262;

}

/* Box Content */
.box-content__title {

    color: #272262;

}

/* Field */
.field__field:focus {

    outline-color: #272262;

}

/* Status */
.icon-loading {

    border-color: #272262;
    border-bottom-color: transparent;
    border-top-color: transparent;

}