/***********  Fuentes para encabezados ************/
@font-face {
    /* 100 */
    font-family: 'headm';
    font-style: normal;
    src: url(../fonts/Poppins-Thin.ttf) format('truetype');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    /* 200 */
    font-family: 'headm';
    font-style: normal;
    src: url(../fonts/Poppins-ExtraLight.ttf) format('truetype');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    /* 300 */
    font-family: 'headm';
    font-style: normal;
    src: url(../fonts/Poppins-Light.ttf) format('truetype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    /* 400 */
    font-family: 'headm';
    font-style: normal;
    src: url(../fonts/Poppins-Regular.ttf) format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    /* 500 */
    font-family: 'headm';
    font-style: normal;
    src: url(../fonts/Poppins-Medium.ttf) format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    /* 600 */
    font-family: 'headm';
    font-style: normal;
    src: url(../fonts/Poppins-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    /* 700 */
    font-family: 'headm';
    font-style: normal;
    src: url(../fonts/Poppins-Bold.ttf) format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    /* 800 */
    font-family: 'headm';
    font-style: normal;
    src: url(../fonts/Poppins-ExtraBold.ttf) format('truetype');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    /* 900 */
    font-family: 'headm';
    font-style: normal;
    src: url(../fonts/Poppins-Black.ttf) format('truetype');
    font-weight: 900;
    font-display: swap;
}
/*********** Fuente para textos **************/
@font-face {
    /* 100 */
    font-family: 'textm';
    font-optical-sizing: auto;
    font-style: normal;
    src: url(../fonts/DMSans-Thin.ttf) format('truetype');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    /* 200 */
    font-family:  'textm';
    font-optical-sizing: auto;
    font-style: normal;
    src: url(../fonts/DMSans-ExtraLight.ttf) format('truetype');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    /* 300 */
    font-family:  'textm';
    font-optical-sizing: auto;
    font-style: normal;
    src: url(../fonts/DMSans-Light.ttf) format('truetype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    /* 400 */
    font-family:  'textm';
    font-optical-sizing: auto;
    font-style: normal;
    src: url(../fonts/DMSans-Regular.ttf) format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    /* 500 */
    font-family:  'textm';
    font-optical-sizing: auto;
    font-style: normal;
    src: url(../fonts/DMSans-Medium.ttf) format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    /* 600 */
    font-family:  'textm';
    font-optical-sizing: auto;
    font-style: normal;
    src: url(../fonts/DMSans-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    /* 700 */
    font-family:  'textm';
    font-optical-sizing: auto;
    font-style: normal;
    src: url(../fonts/DMSans-Bold.ttf) format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    /* 800 */
    font-family:  'textm';
    font-optical-sizing: auto;
    font-style: normal;
    src: url(../fonts/DMSans-ExtraBold.ttf) format('truetype');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    /* 900 */
    font-family:  'textm';
    font-optical-sizing: auto;
    font-style: normal;
    src: url(../fonts/DMSans-Black.ttf) format('truetype');
    font-weight: 900;
    font-display: swap;
}
/*********** Otras fuentes para textos **************/
@font-face {
    /* 100 */
    font-family: 'textt';
    font-optical-sizing: auto;
    font-style: normal;
    src: url(../fonts/Lato-Thin.ttf) format('truetype');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    /* 300 */
    font-family:  'textt';
    font-optical-sizing: auto;
    font-style: normal;
    src: url(../fonts/Lato-Light.ttf) format('truetype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    /* 400 */
    font-family:  'textt';
    font-optical-sizing: auto;
    font-style: normal;
    src: url(../fonts/Lato-Regular.ttf) format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    /* 700 */
    font-family:  'textt';
    font-optical-sizing: auto;
    font-style: normal;
    src: url(../fonts/Lato-Bold.ttf) format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    /* 900 */
    font-family:  'textt';
    font-optical-sizing: auto;
    font-style: normal;
    src: url(../fonts/Lato-Black.ttf) format('truetype');
    font-weight: 900;
    font-display: swap;
}