/*
Theme Name: HAYVO
Version: 1.0.0
Text Domain: hayvo
*/
:root{
  --max: 1320px;
  --pad: 18px;

  --text: #0f172a;
  --muted: rgba(15,23,42,.72);

  --border: rgba(15,23,42,.10);
  --bg: rgba(255,255,255,.78);
  --blur: 10px;

  --r12: 12px;
  --r16: 16px;

  --ease: cubic-bezier(.2,.8,.2,1);
}

:root{
  --beige: #fbf2cf;
}

html, body { 
	margin: 0; 
	padding: 0; 
	font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}


html, body {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
}

#page, .site {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}


#content, .site-content, main, #main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

footer, .site-footer {
    margin-top: auto;
    flex-shrink: 0;
}


body.admin-bar {
    min-height: calc(100vh - 32px) !important;
}
html {
  scroll-behavior: smooth;
}


