/*
Theme Name:   NatureID Bird Theme
Description:  NatureID Bird Child Theme
Author:       Swaip AS
Template:     natureid_theme
Version:      1.0.0
Text Domain:  natureid_theme_bird
*/

:root {
    --theme: #5085A5; /* This is the primary color of the theme */
    --themeContrast: #54a83b;

    --headerBg: #31708E; /* Background color for top bar (language and search) */

    --menuBg: #f7f7f7;
    --dropdownMenuBg: #f7f7f7;
    --menuBorder: #cccccc;

    --bodyBg: #f7f7f7;
    --bannerBg: rgb(77, 91, 100);
    --bannerNeutralBg: #999;
    --footerMainBg: #181818;
    --footerSmallBg: #202020;

    --font: #292C38;
    --fontLight: #F7F9FB;
    --fontPageTitle: #dadada;
    --fontLightGrey: #959595;

    --h1: #5085A5; /* Set this to same as primary theme color */
    --h2: rgb(111, 131, 143); /* A slightly more neutral version of main theme color, same as top bar color */
    --h3: #888;

    --mainFontFamily: 'Poppins', sans-serif;
}