/*!
Theme Name: Ogency Child theme
Theme URI: https://bracketweb.com/ogencywp/
Template: ogency
Author: Bracket Web
Author URI: https://themeforest.net/user/bracket-web
Description: This is a Child theme for Ogency WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ogency-child
*/

/* plus-jakarta-sans-300 - latin */
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('fonts/PlusJakartaSans-VariableFont_wght.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
}



:root {
  --font-primary: 'Plus Jakarta Sans', sans-serif;
}

body, p, a, li {
  font-family: var(--font-primary);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary);
  /* You do not need to set font-weight here unless you want a global default */
}