/*
Theme Name: Tecoil
Theme URI: https://example.com/tecoil
Author: Tecoil
Author URI: https://example.com
Description: Tema custom Tecoil.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tecoil
Tags: custom-background, custom-logo, custom-menu, featured-images, translation-ready
*/

:root {
  --color-bg: #000000;
  --color-fg: #f5f5f5;
  --color-accent: #d42731;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

::selection {
  background: rgba(212, 39, 49, 0.88);
  color: #ffffff;
}

::-moz-selection {
  background: rgba(212, 39, 49, 0.88);
  color: #ffffff;
}

body {
  margin: 0;
  font-family: "Mona Sans", ui-sans-serif, system-ui, sans-serif;
  color: var(--color-fg);
  background: var(--color-bg);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-user-drag: none;
  user-select: none;
}

.primary-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.custom-logo-link img {
  width: auto;
  max-height: 32px;
}

.site-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.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;
}
