/*
Theme Name: BeiraFood Canvas
Theme URI: https://app.dsdesign.pt
Author: BeiraFood
Author URI: https://app.dsdesign.pt
Description: Tema WordPress limpo, sem header, menu, sidebar ou footer, pensado para páginas full canvas do plugin de encomendas.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.2
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beirafood-canvas
*/

:root {
  color-scheme: light;
  --bf-canvas-bg: #ffffff;
  --bf-canvas-text: #0f172a;
}

html {
  box-sizing: border-box;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: var(--bf-canvas-bg);
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: var(--bf-canvas-bg);
  color: var(--bf-canvas-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.admin-bar {
  margin-top: 0 !important;
}

a {
  color: inherit;
}

img,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

.bf-canvas-page,
.bf-canvas-main,
.bf-canvas-content {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.bf-canvas-content {
  max-width: none;
}

.bf-canvas-content > * {
  max-width: none;
}

.bf-canvas-content > :first-child {
  margin-top: 0;
}

.bf-canvas-content > :last-child {
  margin-bottom: 0;
}

.wp-site-blocks,
.site,
.site-content,
.content-area,
.entry-content,
.wp-block-post-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media print {
  body {
    background: #ffffff;
  }
}
