/*
Theme Name: Novaris Digital
Theme URI: https://novarisgroup.hu
Author: Novaris Group
Author URI: https://novarisgroup.hu
Description: Prémium webdesign téma – Novaris Digital
Version: 1.0
License: Proprietary
Text Domain: novaris-digital
*/

:root {
  --black: #0a0a0a;
  --white: #f5f5f0;
  --gold: #C9A84C;
  --gold-light: #E8C96A;
  --muted: #888880;
  --border: rgba(201,168,76,.12);
  --font-display: 'Cinzel', serif;
  --font-body: 'Raleway', sans-serif;
}

html, body {
  background: #0a0a0a !important;
  color: #f5f5f0;
  font-family: 'Raleway', sans-serif;
  margin: 0;
  padding: 0;
}
