
@font-face {
    font-family: robotoBold;
    src: url('../fonts/Roboto-Regular.ttf');
}


.storageWord span::first-letter {
    color: #f2d900;
}

.storageWord span {
    display: inline-block;
    font-family: 'robotoBold';
    font-weight: bold;
    font-style: normal;
    color: #0a3b61;
}

.storageWordHeader {
    font-family: 'robotoBold';
    font-weight: bold;
    font-size: xx-large;
    font-style: normal;
    color: #0a3b61;
}

    .storageWordHeader:before {
        content: url(../logoStorage.png);
    }
