@font-face {
    font-family: Moholy-sans;
    src: url(/assets/font/MoholySans-Regular.woff);
}

@font-face {
    font-family: Butter-bold;
    src: url(/assets/font/buttler-bold.woff);
}

html,
body {
    font-family: Moholy-sans;
    background-color: rgb(69, 79, 113);
}

.row {
    margin: 5%;
}

.col {
    min-width: 69px;
    max-width: 100%;
    margin: 1vh;
}

.gray_effect {
    filter: grayscale(100%);
}

.gray_effect:hover {
    filter: grayscale(0%);
    transition: all 1s ease;
}

.tam_text {
    color: rgb(234, 195, 75);
    text-align: justify;
    font-size: 2vw;
    color: rgb(234, 195, 75);
}