/*
Theme Name: empleo-justo
Theme URI: 
Author: virkapp
Author URI: https://virkapp.com
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: empleo-justo
Tags: empleo-justo
*/

:root {
  --primary-font: 'Inter', sans-serif;
  --secondary-font: 'Noto Sans', sans-serif;
  --text-color: #1a1919;
  --text-color-light: #b4b4b4;
  --purple-color: #662d8e;
  --gray-color: #272626;
  --ligth-gray-color: #f2f0f4;
  --sand-color: #fce6c9;
  --yellow-color: #f9ab1a;
  --green-color: #018053;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--primary-font);
  font-size: 16px;
  line-height: auto;
  margin: 0px;
  padding: 0px;
  color: var(--text-color);
}

h1 {
  font-size: 48px;
  line-height: 58px;
}

h2 {
  font-size: 28px;
  line-height: 38px;
}

h3 {
  font-size: 20px;
  line-height: 28px;
}

@media all and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 34px;
  }

  h2 {
    font-size: 18px;
    line-height: 26px;
  }

  h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
