﻿:root {
    /*Main colors*/
    --main: #161b1d;
    --primary: #2b363b;
    --secondary: #F39530;
    --error: #ff8080;
    /*Main text colors*/
    --main-text: #f0f3f4;
    --main2-text: #B0BEC5;
    --main3-text: #627884;
    --primary-text: #f0f3f4;
    --primary2-text: #B0BEC5;
    --secondary-text: #161b1d;
    --error-text: #2b363b;
    /*Outlines*/
    --main-outline: #2b363b;
    --primary-outline: #415058;
    /*Nutrient text colors*/
    --calories: #B0BEC5;
    --protein: #FF8F00;
    --carbs: #FFECB3;
    --fat: #FFCA28;
    --fiber: #E0BBE4;
    --cholesterol: #957DAD;
    --sodium: #FEC8D8;
    --sugars: #D291BC;
    --vitamind: #39ace7;
    --calcium: #cadeef;
    --iron: #0784b5;
    --potassium: #9bd4e4;
}
