/*
Theme Name: Dokan
Theme URI: http://wedevs.com/theme/dokan/
Author: Tareq Hasan
Author URI: http://tareq.weDevs.com
Description: An e-commerce theme for Dokan
Version: 2.3.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Define a font-face rule for Montserrat with a preload option */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_aZA3gTD_u50.woff2) format('woff2');
  font-display: swap; /* Preloads the font and uses it as a fallback when available */
}

/* Define a font-face rule for Roboto with a preload option */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
  font-display: swap; /* Preloads the font and uses it as a fallback when available */
}
