/*
Theme Name:  Masthead FOX
Template:    masthead
Version:     1.0.1
Author:      Muneeb Gawri
Author URI:  https://muneebgawri.com
Text Domain: masthead-fox
License:     GPL-2.0-or-later
*/

:root {
    --mh-color-accent:       #FFB81C;
    --mh-color-link:         #FFB81C;
    --mh-color-link-hover:   #cc9200;
    --mh-color-focus:        #FFB81C;
    --mh-color-header-bg:    #00274D;
    --mh-color-header-text:  #ffffff;
    --mh-color-footer-bg:    #00274D;
    --mh-color-footer-text:  #cccccc;
    --mh-color-category-bg:  #FFB81C;
    --mh-color-category-text:#00274D;
    --mh-color-blockquote-border: #FFB81C;
    --mh-font-heading:       'Arial Black', Arial, sans-serif;
    --mh-font-body:          Arial, system-ui, sans-serif;
    --mh-header-border-width: 4px;
}
