/*
Theme Name: Wilmer Child
Theme URI: https://wilmer.qodeinteractive.com/
Description: A child theme of Wilmer Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.2
Text Domain: wilmer
Template: wilmer
*/

:root {
  --accentColor: #28a256;
  --accentColorTransparent50: rgb(40 162 86 / 0.5);
  --accentColorBright: #f5fff3;
  --textColor: #3e4851;
  --textColorTransparent50: rgb(62 72 81 / 0.9);
  --sectionFadeColor: #3e4851;
  --hoverBackgroundColor: #3e4851;
  --scale: 1;
  --asideWidth: 200px;
  --mainFont: "Yantramanav", sans-serif;
}

@media screen and (min-width: 1025px) {
  :root {
    --scale: .85;
  }
}

@media screen and (min-width: 1501px) {
  :root {
    --scale: 1;
    --asideWidth: 340px;
  }
}
