/*
Theme Name: Ocean Electrical
Theme URI: 
Author: Christian Mayne
Author URI: https://www.watchthedot.com
Description: 
Version: 1.0.0
Template:     electrician
Text Domain: electrician-child

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.
*/

/* Add your custom CSS rules that overwrite the ones in the main Lens theme here */

/* This file assumes you wish to add new CSS rules that will overwrite the ones in the parent's CSS files
If you wish however, you can copy the whole style.css file from the parent here and hack at it - see functions.php for more details.
In that case please remember that you still need to retain the header above (replace the header of the parent style.css with the one above),
specifically the 'Template: rosa' line. */

@import url("../electrician/style.css");
@import url('https://fonts.googleapis.com/css?family=Amatic+SC');

h1,h2,h3,h4,h5,h6 {font-family: 'Amatic SC', cursive;}