/*
Theme Name: SREA
Theme URI: https://srea.azores.gov.pt/
Author: LBC
Author URI: https://lbc-global.com/
Description: 
Version: 1.0.008
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: srea
*/

/** TODO: Implementar FOUNDATIONS **/
:root {
    --color-primary:  #007cba;
    --color-secondary: #6c757d;
    --color-tertiary: #f8f9fa;
    --color-quaternary: #e9ecef;
    --color-success: #28a745;
    --color-warning: #ffc107;
    --color-danger: #dc3545;
    --color-black: #000000;
    --color-white: #ffffff;

    /** TYPOGRAPHY **/
    --font-family-base: Arial, sans-serif;
    --font-size-base: 16px;
    --font-weight-normal: 400;
    --font-weight-bold: 700;

    /** SPACING **/
    --spacing-xs: 4px;
    --spacing-sm: 8px;
    --spacing-md: 16px;
    --spacing-lg: 24px;
    --spacing-xl: 32px;

    /** CONTAINERS BORDER RADIUS **/
    --container-border-radius-sm: 4px;
    --container-border-radius-md: 8px;
    --container-border-radius-lg: 12px;
    --container-border-radius-xl: 16px;

    /** COMPONENTS BORDER-RADIUS **/
    --component-border-radius-sm: 4px;
    --component-border-radius-md: 8px;
    --component-border-radius-lg: 12px;
    --component-border-radius-xl: 16px;

    /** INPUTS BORDER-RADIUS **/
    --input-border-radius-sm: 4px;
    --input-border-radius-md: 8px;
    --input-border-radius-lg: 12px;
    --input-border-radius-xl: 16px;
}