/* variables.css */

:root {
    --main-color: #001d1b;
    --accent-color: #00888d;
    --title-color: #758686;
    --secondar-colory: linear-gradient(45deg, rgba(42,154,170,1) 0%, rgba(175,175,102,1) 100%);
    --gray-dark-color: #001d1b;
    --gray-medium-color: #dfe0e6;
    --gray-light-color: #eeeff1;
    --orange-color: #ff6000;
    
    --header-title: 15px;
    --header-subtitle: 13px;
    --title-text: 60px;
    --subtitle-text: 15px;
    --date: 13px;
    --category: 12px;
    --body-text: 16px;
    --button-text: 14px; 
    --footer-text: 12px;  
}
