/*
Theme Name: Next Nine Store
Theme URI: https://nextninestore.com
Author: Pasa Studio
Author URI: https://pasastudio.com
Description: This is a ecommerce website for Next Nine Store located in Kathmandu, Durbar Marg in The Park.
Version: 2.1.0
Requires at least: 5.5
Tested up to: 6.8
Requires PHP: 5.5
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: big-store
Tags: wide-blocks, block-patterns, block-styles, editor-style, e-commerce, blog, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, add_editor_style, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready.

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/        
/* @font-face{
  font-family: 'Roboto-Bold';
  src: url('third-party/fonts/site-font/Roboto-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family: 'Roboto-Medium';
  src: url('third-party/fonts/site-font/Roboto-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family: 'Roboto-Regular';
  src: url('third-party/fonts/site-font/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} */
 /* Set Inter font globally */
body {
  font-family: 'Poppins', sans-serif;
}

/* Or apply it to specific elements */
h1, h2, h3, p {
  font-family: 'Poppins', sans-serif;
}
