/* Globals */
:root {
    --primary: #00123f;
    --blue: #00123f;

    --secondary: #c61e3c;
    --red: #c61e3c;
    --table-border: #cccccc;
    --green: #18b62f;
    --max-width: 1400px;

    --button: var(--blue);
    --button-hover: var(--red);

    --sub-header-cell-background: #a2b3dd;
    /*--sub-header-cell-background: #6678a6;*/
    --button-secondary-background: #94cfdd;

    --logo: url(/wp-content/plugins/custom-ledenformulier-plugin/images/logo-hgc-old.png);
}