/*
Theme Name: Dexolix Child
Theme URI: https://teconce.com/
Description: A child theme for the Dexolix
Author: Teconce Themes
Author URI: https://teconce.com/
Template: dexolix
Version: 1.0.0
*/

:root {
    --third-family: "Anton", sans-serif;
    --font-family: "Instrument Sans", sans-serif;
    --font3: "Archivo", sans-serif;
    --font4: "Antonio", sans-serif;
    --lime-green: #992ee5;
    --light-lime: #e0ff65;
    --almost-black-green: #0c1000;
    --off-white: #fdfff6;
    --dark-olive: #3f4235;
    --sage-gray: #939781;
    --medium-gray: #666666;
    --charcoal: #1f1f1f;
    --black: #0a0a0a;
    --light-gray: #cacaca;
    --cool-gray: #999999;
    --dim-gray: #383838;
    --warm-gray: #6d6868;
    --white: #ffffff;
    --deep-olive: #141b01;
    --translucent-black: #0c100033;
    --eggshell: #fafaf5;
    --midnight-black: #121212;
}