/*
Theme Name: Huve Portfolio
Theme URI: https://fortune3hsk.co.za/
Author: Huveshan Naicker
Author URI: https://fortune3hsk.co.za/
Description: Huveshan Naicker's portfolio with native Elementor-editable Home and project case-study pages.
Version: 2.1.2
Requires at least: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: huve-portfolio
Tags: portfolio, one-column, custom-logo, elementor, full-width-template
*/

:root {
  --huve-background: #ebebeb;
  --huve-ink: #111111;
  --huve-accent: #00de51;
}

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

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: var(--huve-background);
  color: var(--huve-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

.huve-site-header,
.huve-site-footer,
.huve-content {
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto;
}

.huve-site-header,
.huve-site-footer {
  padding-block: 24px;
}

.huve-brand {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.huve-content {
  min-height: 70vh;
  padding-block: 48px;
}

.huve-content--wide {
  width: 100%;
  max-width: none;
  padding: 0;
}

.huve-portfolio-page {
  overflow: hidden;
}

.huve-portfolio-frame {
  display: block;
  width: 100%;
  height: 100dvh;
  border: 0;
  background: var(--huve-background);
}

body.admin-bar .huve-portfolio-frame {
  height: calc(100dvh - 32px);
}

@media (max-width: 782px) {
  body.admin-bar .huve-portfolio-frame {
    height: calc(100dvh - 46px);
  }
}

.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;
}
