/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 26 2025 | 15:11:45 */
/* Primitive Typography Tokens */
@layer primitives {
  :root {
    /* Font family */
    --p-font-family-base: "Roboto", -apple-system, BlinkMacSystemFont,
      "Segoe UI", system-ui, sans-serif;
    --p-font-family-heading: "Oxanium", "Roboto", sans-serif;

    /* Font weight */
    --p-font-weight-light: 300;
    --p-font-weight-regular: 400;
    --p-font-weight-medium: 500;
    --p-font-weight-semibold: 600;
    --p-font-weight-bold: 700;
    --p-font-weight-extrabold: 800;

    /* Base settings */
    --p-line-height-base: 1.5;
    --p-letter-spacing-base: 0;
    --p-letter-spacing-heading: -0.02em; /* Tighter for Headlines */
    --p-letter-spacing-wide: 0.05em; /* for small text */

    /* Font-Feature-Settings */
    --p-font-features-base: "kern" 1, "liga" 1, "clig" 1;
    --p-font-features-numeric: "tnum" 1, "lnum" 1; /* Tables */

    /* Responsive Schriftgrössen-Skala */
    --p-font-size-scale-min: 1.2;
    --p-font-size-scale-max: 1.3;
  }
}
