/* Custom Groene Hart stylesheet */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@700;800;900&display=swap');
@import url('https://use.typekit.net/qya7tku.css');

@import url("_groenehart/base.css");
@import url("_groenehart/transition.css");
@import url("_groenehart/buttons.css");
@import url("_groenehart/formelements.css");
@import url("_groenehart/gridelements.css");
@import url("_groenehart/header.css");
@import url("_groenehart/footer.css");
@import url("_groenehart/main-layout.css");
@import url("_groenehart/main-article.css");
@import url("_groenehart/breadcrumbs.css");
@import url("_groenehart/hika-main.css");
@import url("_groenehart/hikashop-product-overview.css");
@import url("_groenehart/hikashop-product-detail.css");
@import url("_groenehart/hikashop-cart.css");
@import url("_groenehart/hika-cpanel.css");
@import url("_groenehart/hikamarket-vendor-overview.css");
@import url("_groenehart/hikamarket-vendor-detail.css");
@import url("_groenehart/pagination.css");
@import url("_groenehart/login-screen.css");
@import url("_groenehart/home.css");
@import url("_groenehart/com-groenehart.css");
@import url("_groenehart/error-page.css");
@import url("_groenehart/modules/productgroup-container.css");
@import url("_groenehart/modules/rscontact.css");

:root body {

    --cassiopeia-color-primary: #0a0a0a;
    --cassiopeia-color-link: #719a67;
    --cassiopeia-color-hover: #0a0a0a;
    --cassiopeia-color-custom: #d5de74;
    --cassiopeia-color-lightgrey: #f6f6f6;
    --cassiopeia-color-bordergrey: #eaeaea;
    --cassiopeia-color-bordergrey-two: #dadada;
    --cassiopeia-color-bordergreydark: #cacaca;
    --cassiopeia-color-bordergreydarker: #aaaaaa;
    --cassiopeia-color-lightblue: #4ba5c6;
    --cassiopeia-color-white: #ffffff;
    --cassiopeia-color-red: #8d0000;

    --cassiopeia-font-family-body: 'Nunito', sans-serif;
    --cassiopeia-font-family-headings: 'Alegreya Sans', sans-serif;
    --cassiopeia-font-weight-headings: 800;
    --cassiopeia-font-weight-normal: 400;
    --cassiopeia-font-weight-link: 700;
    
    --cassiopeia-font-family-fa-icons: 'Font Awesome 5 Free';
    --cassiopeia-font-weight-fa-icons: 900;
    
    --body-bg: #f6f6f6;
}

