/*
Theme Name: Tourix Child Theme
Theme URI: http://tourix.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Tourix
Template: tourix
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: tourix

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
  --font-main: 'Plus Jakarta Sans';
  --font-headers: 'Barlow Condensed';
  --font-subheaders: 'Plus Jakarta Sans';
  --font-main-letterspacing: 0;
  --font-headers-letterspacing: 0;
  --font-subheaders-letterspacing: 0;
  --main: #0f2743;
  --second: #b4d7ed;
  --gray: #eff3f4;
  --black: #002c3f;
  --white: #ffffff;
  --red: #ee1c25;
  --green: #588236;
  --yellow: #0f2743;
  --gray-border: #E9E9E9;
  --black-dark: #152527;
}