@font-face {
    font-family: 'DM Sans';
    src: url('../../../uploads/2023/06/DMSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../../../uploads/2023/06/DMSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../../../uploads/2023/06/DMSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Alternates';
    src: url('../../../uploads/2023/06/MontserratAlternates-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Aplicar fuentes por defecto */
body {
    font-family: 'DM Sans', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'DM Sans', Arial, sans-serif;
    font-weight: bold;
}

.btn-2 {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: bold;
} 