/*
Theme Name: Craft Boxes Astra Child
Theme URI: https://craftboxes.co.uk/
Description: Lightweight Astra child theme rebuilt from the approved Craft Boxes Elementor draft designs.
Author: Craft Boxes
Version: 1.2.2
Template: astra
Text Domain: craftboxes-astra-child
*/

:root {
    --craftboxes-brand: #bc4f13;
    --craftboxes-ink: #281c15;
    --craftboxes-paper: #ffffff;
}

html { scroll-behavior: smooth; }
body.craftboxes-child-theme { margin: 0; background: var(--craftboxes-paper); }
.craftboxes-main { width: 100%; min-width: 0; overflow: clip; }
.craftboxes-main img { max-width: 100%; }
.screen-reader-text {
    position: absolute !important;
    width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
    z-index: 100000; top: 8px; left: 8px; width: auto; height: auto;
    padding: 12px 18px; clip: auto; color: #111; background: #fff;
}
