/*
Theme Name: RUSPOST Child
Description: Child theme for Twenty Twenty-Four.
Author: atopeweb.cl
Template: twentytwentyfour
Version: 0.1.0
Text Domain: ruspost-child
*/

:root{
  --rp-accent: #FFD700;
  --rp-bg: #0a0a0a;
  --rp-surface: #171717;
  --rp-border: #262626;
  --rp-text: #ffffff;
  --rp-muted: #a3a3a3;

  --rp-font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --rp-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

  --rp-text-base: 16px;
  --rp-text-lg: 18px;
  --rp-tracking-tight: -0.04em;
  --rp-tracking-wide: 0.14em;
  --rp-leading-tight: 1.05;
}

html, body{
  background: var(--rp-bg);
  color: var(--rp-text);
}

body{
  font-family: var(--rp-font-sans);
  font-size: var(--rp-text-base);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a{
  color: inherit;
  text-decoration: none;
}

a:hover{
  color: var(--rp-accent);
}
