
/* FONT */
.museo-500 {
    font-weight: 500;
}

.laquonic {
    font-family: "Laqonic4FUnicase", sans-serif;
}

.laquonic-reg {
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.01em;
}

.laquonic-it {
    font-weight: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: 0.01em;
}

/* SIZE */
.fs-40 {
    font-size: 40px;
}

.fs-66 {
    font-size: 66px;
}

.fs-120 {
    font-size: 120px;
}

/* COLOR */
.color-dark {
    color: #4f4f4f;
}

.color-white {
    color: #fff;
}

/* DECORATION */
.t-up {
    text-transform: uppercase;
}

/* BACKGROUND */
.bg-grey_1{
    background: #e3e3e3 url("../../assets/images/bg-body.png") no-repeat top left fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-white {
    background: #fff;
}

/* SVG */
.logo-header {
    fill: #4f4f4f;
    opacity: 1;
}

.logo-footer {
    fill: #fff;
    opacity: .7;
}

