/*
  Theme Name:     Palilula Child
  Theme URI:      https://palilula.info
  Description:    Custom rešenje za medijski portal na Blocksy osnovi
  Author:         Creative Themes & Milos Stokic
  Author URI:     https://palilula.info
  Template:       blocksy
  Version:        1.0.2
  Text Domain:    palilula-child
*/

:root {
    --pinfo-primary: #d90429;
    --pinfo-primary-hover: #c1121f;
    --pinfo-accent: #fec000;
    --pinfo-dark-bg: #121212;
    --pinfo-dark-card: #1e1e1e;
    --pinfo-dark-border: #2c2c2c;
    --pinfo-text-light: #111827;
    --pinfo-text-dark: #e0e0e0;
    --pinfo-transition: all 0.3s ease;
}

html {
    scroll-behavior: smooth;
}

body {
    transition: background-color 0.3s ease, color 0.3s ease;
}

::selection {
    background-color: var(--pinfo-primary);
    color: #ffffff;
}