/**
Theme Name: Astra IOA (Child Astra)
Theme URI: #
Description: Theme for Powertect - Child Theme for Astra Theme
Template:    astra
Author: Lima Multimedia
Author URI: https://limamultimedia.com
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: lima

**/

/**
* CONFIG STYLE CHILD
* more stlye moved main-stlye.css
*/
@font-face {
  font-family: 'PlusJakartaSans';
  src: url('assets/fonts/plus-jakarta-sans.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html{
    font-size: 16px;
}

:root{
    --c-bg: #FAF5EE;
    --c-surface: #ffffff;
    --c-ink: #251813;
    --c-muted: #6E5B50;
    --c-primary: #8E1F2A;
    --c-primary-d: #2A1712;
    --c-accent: #B8332C;
    --c-accent-d: #8A1F1C;
    --c-gold: #D69B3B;
    --c-sage: #F4E7DC;
    --c-line: #EBDDCD;

    --c-radius:6.187em;
}


body {
  font-family: 'PlusJakartaSans', sans-serif;
}

/**
* END OF CONFIG AND FILE stlye
* more stlye moved main-stlye.css
*/