/*
Theme Name: babynoa.nl
Theme URI: https://babynoa.nl/
Description: babynoa.nl
Author: babynoa.nl
Author URI: https://babynoa.nl/
Template: blankslate
Version: 2026.1
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Fri, 07 Aug 2026 20:22:42 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

@import url('https://fonts.googleapis.com/css?family=Onest:100,200,300,400,500,600,700,800,900,1000&display=swap');


:root {
  --rozeDefault: #ffd1e2;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

p, li, a{
  font-family: Onest;
  color: #303030;
}

h1, h2, h3, h4{
  font-family: Onest;
  color: #303030;
}

body.logged-in.admin-bar #babyluxeheader{
    top: 32px !important;
}

#babyluxecontainer{
    margin-top: 250px;
}

@media only screen and (max-width: 850px) {
    .displaynonemobile{
        display: none !important;
    }
}