/*
Theme Name: Modern Aminos
Theme URI: https://6908d06c-1878-4ee2-809a-2b4427f7e3f4.express.conves.io/
Template: hello-elementor
Author: ModernAminos
Author URI: https://6908d06c-1878-4ee2-809a-2b4427f7e3f4.express.conves.io/
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.1721881879
Updated: 2024-07-24 22:31:19

*/

/* ── Reset ── */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* ── Design Tokens ── */
:root {
    /* Brand */
    --teal: #1a6e8e;
    --teal-dark: #155a74;
    --gold: #c9973a;
    --accent: #e8323c;

    /* Light surface (header / page)   */
    --text: #1c2e3a;
    --muted-light: #5a7080;
    --border-light: #dde6ea;
    --bg: #ffffff;

    /* Dark surface (hero / footer) */
    --navy: #0b1f30;
    --navy-mid: #122840;
    --navy-card: #162f45;
    --navy-card2: #1a3a52;
    --white: #ffffff;
    --muted-dark: rgba(255, 255, 255, 0.65);
    --border-dark: rgba(255, 255, 255, 0.1);
}

body {
    font-family: "Poppins", sans-serif;
    margin: 0px !important;
}