@font-face {
    font-family: 'DMSans-Regular';
    src: url('/fonts/DMSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'DMSans-Bold';
    src: url('/fonts/DMSans-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'DMSans-Italic';
    src: url('/fonts/DMSans-Italic.ttf') format('truetype');
}

:root {
    --color-primary: #2c2e35;
    --bg-primary: #fff;
    --color-type: #2c2e35;
    --color-title: #2c2e35;
    --bg-cenefa: #e1e2e3;
    --font-family: 'DMSans-Regular';
    --font-family-bold: 'DMSans-Bold';
    --font-family-italic: 'DMSans-Italic';
    --font-family-price: 'DMSans-Regular';
    --font-family-price-bold: 'DMSans-Bold';
}

.cenefa-9-2{
    text-align: center;
    margin: 15px 0;
    font-size: 18px !important;
    font-weight: 300 !important;
}

.cenefa span {
    font-family: var(--font-family) !important;
    font-size: 1.2rem;
    font-weight: 200 !important;
}

.block-type .title-type{
    background-color: transparent !important;
    padding: 5px 0 !important;
}

.canefa-9-2-content {
    border-radius: 10px;
    background-color: #e1e2e3;
    border-radius: 10px;
}

.product-name{
    padding-top: 2px;
}

@media only screen and (max-width: 576px) {
    .format-price,
    .format-name{
        font-size: 0.8rem;
        width: 50% !important;
    }
}