/*
Theme Name: CIG
Theme URI: https://microwebtechnology.com/
Author: Micro Web Technology (Rahul)
Author URI: https://microwebtechnology.com
Description: CIG is a custom WordPress theme developed by Micro Web Technology (Rahul). A lightweight, responsive, and customizable theme for modern websites.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme, responsive, modern, lightweight
Text Domain: cig
*/

/* ================================
   RCC Finder Main Stylesheet
   ================================ */

/* Reset some basic elements */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

body,
html {
  overflow-x: hidden;
}
    @font-face {
    font-family: 'MyriadPro';
    font-style: normal;
    font-weight: 700;
    src: local('MyriadPro'), url('asset/fonts/Myriadpro-bold.woff') format('woff');
    }
    
    @font-face {
    font-family: 'MyriadPro';
    font-style: normal;
    font-weight: 300;
    src: local('MyriadPro'), url('asset/fonts/Myriadpro-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'MyriadPro';
    font-style: normal;
    font-weight: 400;
    src: local('MyriadPro'), url('asset/fonts/Myriadpro-regular2.woff') format('woff');
    }
    

    @font-face {
    font-family: 'MyriadPro';
    font-style: normal;
    font-weight: 600;
    src: local('MyriadPro'), url('asset/fonts/Myriadpro-semibold.woff') format('woff');
    }

    

body {
  font-family: 'MyriadPro';
  font-size: 16.67px;
  line-height: 1.12;
  color: #000;
  background-color: #fff;
}



