/*
Theme Name: Industrial Production Lines
Text Domain: ind-prod
Domain Path: /languages
Description: Custom professional theme for an Industrial Production Lines Platform.
Version: 1.0.0
Author: Trae
*/

:root {
    --primary-orange: #ff6b00;
    --dark-orange: #cc5500;
    --bg-white: #ffffff;
    --bg-light-gray: #f5f7fa;
    --text-dark: #333333;
    --text-gray: #666666;
    --border-color: #e0e0e0;
}

body {
    font-family: 'Tajawal', sans-serif;
    background-color: var(--bg-light-gray);
    color: var(--text-dark);
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

* {
    box-sizing: border-box;
}
