/*
Theme Name: Nrimed Child
Theme URI: https://nrimed.com
Description: Child theme for Hello Elementor
Author: Nrimed
Template: hello-elementor
Version: 1.0.0
Text Domain: nrimed-child
*/

/* Add global styles here if needed */



/* ============================================================
   Nrimed - Global Variables
============================================================ */

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap');
@import url('https://fonts.cdnfonts.com/css/mona-sans');

:root {

    /* ==========================
       Colors
    ========================== */
    --primary-clr: #156BBE;
    --secondary-clr: #0B2545;
    --text-clr: #5E6883;
    --accent-clr: #0BCFD2;
    --light-bg-clr: #F1F6FB;
    --white-clr: #FFFFFF;
    --deep-navy-clr: #051A35;
    --cyan-glow-clr: #0EDEE1;

    /* ==========================
       Font Family
    ========================== */
    --heading-font: 'Outfit', sans-serif;
    --body-font: 'MonaSans', sans-serif;

    /* ==========================
       Font Weights
    ========================== */
    --regular-weight: 400;
    --medium-weight: 500;
    --semi-bold-weight: 600;
    --bold-weight: 700;

    /* ==========================
       Font Sizes
    ========================== */
    --h1-font-size: 64px;
    --h2-font-size: 50px;
    --h3-font-size: 30px;
    --h4-font-size: 26px;
    --body-font-size: 22px;
    --button-font-size: 16px;
    --eyebrow-font-size: 14px;

    /* ==========================
       Letter Spacing
    ========================== */
    --normal-letter-spacing: 0;
    --wide-letter-spacing: 3px;

    /* ==========================
       Text Transform
    ========================== */
    --uppercase: uppercase;
    --lowercase: lowercase;
    --capitalize: capitalize;
    --none: none;
}