/*
Theme Name: Hashed System Tailwind
Author: Hashed System
Description: Minimal custom WordPress theme using the supplied Hashed System enterprise homepage design.
Version: 1.1.0
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: hashed-system
*/

html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    overscroll-behavior: none;
}

::-webkit-scrollbar {
    display: none;
}

.admin-bar header.fixed {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar header.fixed {
        top: 46px;
    }
}

.hs-form-trap {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    clip-path: inset(50%) !important;
}
