@charset "UTF-8";
/*
Theme Name: PN - Passerelles Numériques
Theme URI: https://wordpress.org/themes/twentytwentyone/
Description: Twenty Twenty-One Child Theme
Author: The Officience Vietnam.
Author URI: https://officience.com/
Template: twentytwentyone
Requires at least: 5.3
Tested up to: 6.5
Requires PHP: 5.6
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pn
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/* Variables Overide */
:root {
  /* Font Family */
  --global--font-primary: "Inter", sans-serif !important;
  --global--font-secondary: "Inter", sans-serif !important;

  /* Line Height */
  --global--line-height-body: 1.5 !important;
  --global--line-height-heading: 1.2 !important;
  --global--line-height-page-title: 1.1 !important;

  /* color */
  --global--color-primary: #03071b !important;
  --global--color-secondary: #03071b !important;
  --button--color-background: #03071b !important;
  --button--color-text-hover: #03071b !important;
}