/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@font-face {
    font-family: "Geist";
    src: url("assets/fonts/Geist-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    /*outline: 1px solid green;*/
}

:root {
    --geist: "Geist", sans-serif;
    --green: #9ae600;
    --black: #0a0a0a;
    --light-grey: #e5e5e5;
    --grey: #737373;
    --light-green: #ddff99;
}

a {
    text-decoration: none;
    outline: none;
    border: none;
}

a:focus,
a:focus-visible {
    outline: none;
}

body p {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fafafa;
}
