/*
Theme Name: CDRI
Theme URI: https://cdri.com
Author: CDRI
Author URI: https://cdri.com
Description: Custom theme for CDRI
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: cdri
*/

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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #f5f5f5;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage {
    text-align: center;
}

.homepage h1 {
    font-size: 4rem;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.1em;
}
