:root {
    --main-color: #032737;
    --second-color: #E1AD35;
    
    --main-hover:    #013b49;
    --main-light:    #025a6e;

    --gray-light:    #f7f7f7;
    --gray-border:   #e5e7eb;
    --gray-text:     #888;

    --text-dark:     #374151;

    --whatsapp-green: #25D366;
}