/*!
Theme Name: Estavle
Theme URI: http://dominio.com
Author: Victor Huamani
Author URI: http://dominio.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vesty
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@font-face {
    font-family: 'Myriad Pro';
    src: url('./assets/fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('./assets/fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro Bold';
    src: url('./assets/fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('./assets/fonts/MyriadPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.mp {
    font-family: 'Myriad Pro';
    font-weight: normal;
    font-style: normal;
}

.mpb {
    font-family: 'Myriad Pro Bold';
    font-weight: bold;
    font-style: normal;
}
