/**
Theme Name: Hall of Frames Woo 2021
Author: Medium & Message
Author URI: https://mediumandmessage.com
Description: 
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hall-of-frames-gute
*/

:root {
  --primary-red: #cb0901;
  --dark-red: #970501;
  --light-gray: #F6F5F2;
  --darkest-gray: #363636;
  --black: #000000;
  --gray: #D9D9D9;
  --mint: #C8D7D2;
  --whitish : #EBEEEA;
  --main-font: 'Poppins', sans-serif;
  --secondary-font: 'Gentium Basic', serif;
  --hof-gradient: linear-gradient(136.58deg, #D5423B 23.19%, #A7140E 76.81%);
}