<?php
/*
Theme Name: URIF
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from URIF project.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

/* WordPress admin bar: keep fixed header below the bar */
body.admin-bar #tmt-app header {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  body.admin-bar #tmt-app header {
    top: 46px !important;
  }
}

/* Pointer cursor on interactive controls */
a[href],
button:not(:disabled),
[role="button"]:not([aria-disabled="true"]),
input[type="submit"]:not(:disabled),
input[type="button"]:not(:disabled),
input[type="reset"]:not(:disabled),
label[for],
select:not(:disabled),
summary {
  cursor: pointer;
}
button:disabled,
input:disabled,
select:disabled,
[aria-disabled="true"] {
  cursor: not-allowed;
}
