/* =========================================
1. Alex Brush
========================================= */

/* =========================================
2. Droid Serif
========================================= */

/* =========================================
3. Fjalla One
========================================= */

/* =========================================
4. Josefin Sans
========================================= */

/* =========================================
5. Kaushan Script
========================================= */

/* =========================================
6. Merriweather
========================================= */

/* =========================================
7. Montserrat
========================================= */

/* =========================================
8. Noto Sans
========================================= */

/* =========================================
9. Open Sans
========================================= */
    @font-face {
    font-family: "Open Sans";
    src: url("https://novatecnia.cl/vendor/creaweb-front/fonts/OpenSans-Light.ttf");
    font-weight: 300;
    font-style: normal;
    }

    @font-face {
    font-family: "Open Sans";
    src: url("https://novatecnia.cl/vendor/creaweb-front/fonts/OpenSans-Regular.ttf");
    font-weight: 400;
    font-style: normal;
    }

    @font-face {
    font-family: "Open Sans";
    src: url("https://novatecnia.cl/vendor/creaweb-front/fonts/OpenSans-Italic.ttf");
    font-weight: 400;
    font-style: italic;
    }

    @font-face {
    font-family: "Open Sans";
    src: url("https://novatecnia.cl/vendor/creaweb-front/fonts/OpenSans-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
    }

    @font-face {
    font-family: "Open Sans";
    src: url("https://novatecnia.cl/vendor/creaweb-front/fonts/OpenSans-Bold.ttf");
    font-weight: 700;
    font-style: normal;
    }

/* =========================================
10. Oswald
========================================= */

/* =========================================
11. Petit Formal Script
========================================= */

/* =========================================
12. Poppins
========================================= */
    @font-face {
    font-family: "Poppins";
    src: url("https://novatecnia.cl/vendor/creaweb-front/fonts/Poppins-Thin.ttf");
    font-weight: 100;
    font-style: normal;
    }

    @font-face {
    font-family: "Poppins";
    src: url("https://novatecnia.cl/vendor/creaweb-front/fonts/Poppins-Light.ttf");
    font-weight: 300;
    font-style: normal;
    }

    @font-face {
    font-family: "Poppins";
    src: url("https://novatecnia.cl/vendor/creaweb-front/fonts/Poppins-Regular.ttf");
    font-weight: 400;
    font-style: normal;
    }

    @font-face {
    font-family: "Poppins";
    src: url("https://novatecnia.cl/vendor/creaweb-front/fonts/Poppins-Italic.ttf");
    font-weight: 400;
    font-style: italic;
    }

    @font-face {
    font-family: "Poppins";
    src: url("https://novatecnia.cl/vendor/creaweb-front/fonts/Poppins-Medium.ttf");
    font-weight: 500;
    font-style: normal;
    }

    @font-face {
    font-family: "Poppins";
    src: url("https://novatecnia.cl/vendor/creaweb-front/fonts/Poppins-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
    }

    @font-face {
    font-family: "Poppins";
    src: url("https://novatecnia.cl/vendor/creaweb-front/fonts/Poppins-Bold.ttf");
    font-weight: 700;
    font-style: normal;
    }

/* =========================================
13. Roboto Slab
========================================= */

/* =========================================
Font families
========================================= */
body * {
font-family: Open Sans, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Poppins, sans-serif;
}

button:not(.navButton, .owl-stop, .show-more, .close, .input-number-decrement, .input-number-increment),
button.btn,
a.btn,
input[type="button"],
input[type="submit"] {
font-family: Poppins, sans-serif;
}

