/*** Fonts ***/
@import url('gentium.css');

/*
To change heading fonts choice which font you want to use and then copy one @import line to clipboard and paste it right after / *** Fonts *** / line.

@import url('railway.css');
@import url('lobster.css');
@import url('gentium.css');
@import url('angelina.css');
@import url('marketing-script.css');
@import url('sansation.css');

Fonts end ***/




/*** Background ***/
@import url('../styles/sky.css');

/*
To change background choice which background you want to use and then copy one @import line to clipboard and paste it right after / *** Background *** / line.

@import url('../styles/galaxy.css');
@import url('../styles/grass.css');
@import url('../styles/grunge.css');
@import url('../styles/sky.css');

Background end ***/