/*!
Theme Name: truMe
Theme URI: https://www.trume.in/
Author: sumit Sharma
Author URI: https://www.linkedin.com/in/sumit-sharma-70513b79/
Description: truMe has the power to make your visitors feel welcome even as it dramatically enhances the security of your premises
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trume
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

truMe is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */



/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */



/* Font Awesome Brands */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://dev.trume.in/wp-content/themes/trume/webfonts/fa-brands-400.woff2') format('woff2');
}

/* Font Awesome Solid */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://dev.trume.in/wp-content/themes/trume/webfonts/fa-solid-900.woff2') format('woff2');
}

/* SPU Font */
@font-face {
  font-family: 'spufont';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('https://dev.trume.in/wp-content/themes/trume/fonts/spufont.woff?sze5my') format('woff');
}


body {
  font-family: 'Your Primary Font', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

/* For icon fonts, use Unicode fallback */
.fa, .fas, .fab {
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands', sans-serif;
}
