/*!
Theme Name: MaliAndFriends Hello Elementor Theme
Author: MaliAndFriends
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: maf
Template: hello-elementor
*/

:root {
    /* Colors */
    --maf-color-white: #FFFFFF;
    --maf-color-black: #232323;
    --maf-color-gray-light: #D9D9D9;
    --maf-color-green: #00E47E;
    --maf-color-green-dark: #295E42;
    --maf-color-green-dark-2: #246f4a;
    --maf-color-red: #FF2C4B;
    --maf-color-pink: #FF6ED1;
    --maf-color-purple: #510BCC;
    --maf-color-blue: #1F51FF;
    --maf-color-blue-light: #00DCDA;

    /* Font Sizes */
    --maf-font-h1: 100px;
    --maf-font-h2: 100px;
    --maf-font-h3: 43px;
    --maf-font-h4: 35px;
    --maf-font-h5: 17px;
    --maf-font-h6: 20px;
    --maf-font-p: 27px;
    --maf-font-body: 20px;
    --maf-font-xs: 10px;
}