/*
Theme Name: CRAI WhiteLabel Theme
Theme URI: https://crai.fixmy3scores.com
Author: Jorge Narváez de la Mora
Author URI: https://www.imaginario.mx
Description: Dynamic whitelabel landing page theme for CRAI resellers.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: crai-whitelabel-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Rajdhani:wght@500;600;700;900&display=swap');

:root {
    --crai-primary: #f96b0a;
    --crai-secondary: #24292f;
    --crai-accent: #ff7e29;
    --crai-text: #1d2327;
    --crai-bg: #ffffff;
    --crai-container-width: 1100px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    color: var(--crai-text);
    background-color: var(--crai-bg);
}

.crai-container {
    max-width: var(--crai-container-width);
    margin: 0 auto;
    padding: 0 20px;
}

.site-main {
    min-height: 50vh;
}
