/*
Theme Name: Phantoms 2027 theme
Author: Codey Harding
Version: 2.0
Description: Custom responsive hockey team theme.
*/

/* GLOBAL RESET */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Barlow', sans-serif;
    background: #f4f4f4;
    color: #222;
}

@font-face{
	font-family:'Barlow';
	src:url('./assets/fonts/Barlow-Regular.woff2')format('.woff2'),
		url('./assets/fonts/Barlow-Regular.woff2')format('woff2');
}

@font-face{
	font-family:'Jawbreak';
	src:url('./assets/fonts/Jawbreak-Sans.woff2')format('.woff2'),
		url('./assets/fonts/Jawbreak-Sans.woff2')format('woff2');
}