/*!
Theme Name: Edubin Child-Theme
Theme URI: https://themeforest.net/item/edubin-education-lms-wordpress-theme/24037792
Author: Ahmed Alfosaiel
Author URI: https://www.pharmatop.co
Description: Education LMS WordPress Theme Edubin Child Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: edubin-child
Tags: pharmatop, pharmacy, education, courses, custom-header, custom-logo, blog, theme-options
Template: edubin

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.
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
	## Importing & Defining
	## Setting
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*
/* # Normalize */

/* # Typography */
	/* ## Importing & Defining */
	font-face {
		font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
		font-family: 'Roboto Regular';
		font-weight: normal;
		font-style: normal;
		src: local('Roboto Regular'),
		   local('Roboto-Regular'),
		   url('assets/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
	}

	/* ## Setting */

/* # Elements */

/* # Forms */

/* # Navigation */
	/* ## Links */

	/* ## Menus */

/* # Accessibility */

/* # Alignments */

/* # Clearings */

/* # Widgets */

/* # Content */
	/* ## Posts and pages */

	/* ## Comments */

/* # Infinite scroll */

/* # Media */
	/* ## Captions */

	/* ## Galleries */
/*--------------------------------------------------------------*/
