/*
Theme Name: Nuno Quinhões Retro
Theme URI: https://instagram.com/hello_ozy
Author: Ozy
Author URI: https://instagram.com/hello_ozy
Description: Tema de portfólio artístico com estética retrô Windows 95/98 para Nuno Quinhões — Artista Plástico & Educador. Interface arrastável, galeria com lightbox, navegação por seções e painel totalmente editável via WordPress CMS.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nuno-retro
Tags: portfolio, retro, art, gallery, one-page, custom-menu, featured-images, full-width-template
*/
:root {
  --retro-bg:       #000000;
  --retro-paper:    #ffffff;
  --retro-red:      #d90000;
  --retro-gray:     #c0c0c0;
  --retro-dark:     #808080;
  --retro-white:    #ffffff;
  --retro-black:    #000000;
  --retro-titlebar: #000080;
  --retro-light:    #dfdfdf;
  --retro-mid:      #808080;
  --retro-shadow:   #404040;

  --shadow-retro-out: 2px 2px 0px 0px #000000, inset 2px 2px 0px 0px #ffffff;
  --shadow-retro-in:  inset 2px 2px 0px 0px #000000, 1px 1px 0px 0px #ffffff;

  --font-serif: "Times New Roman", Times, serif;

  --taskbar-h: 36px;
  --sidebar-w: 360px;
  --mobile-bp: 768px;

  --tap-min: 24px;
  --tap-gap: 8px;

  --taskbar-real-h: 36px;
  --app-vh: 100vh;
}

@media (max-width: 767px) {
  :root {
    --tap-min: 44px;
    --tap-gap: 8px;
  }
}
