@charset "UTF-8";

/*
Theme Name: Antux
Theme URI: https://validthemes.tech/themeforest/wordpress/antux/
Author: Validthemes
Author URI: https://themeforest.net/user/validthemes/portfolio
Description: Antux - Personal Portfolio WordPress Theme
Version: 1.0
Version: 1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: antux
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
:root {
    --font-default: 'Barlow', sans-serif;
    --font-heading: 'Barlow', sans-serif;
    --fontawesome: "Font Awesome 5 Pro";
    --black: #000000;
    --dark: #120f12;
    --dark-secondary: #1a1a1a;
    --dark-optional: #313030;
    --dark-style-two: #1c1c1c;
    --white: #ffffff;
    --color-primary: #FF5950;
    --color-secondary: #F54200;
    --color-heading: #04000b;
    --color-paragraph: #666666;
    --box-shadow-primary
-1px 3px 10px 0 rgba(0, 0, 0, 0.6)
: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
    --box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
    --box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
    --bg-gray: #ECF0F3;
    --bg-gray-secondary: #F3F4F6;
    --bg-gradient: linear-gradient(90deg, var(--color-secondary) 0%, var(--color-primary) 100%);
}