/*
Theme Name: Tercu.me Theme
Theme URI: https://tercu.me
Description: A modern, corporate, and SEO-optimized WordPress theme for tercu.me Translation Agency.
Version: 1.0.0
Author: Stitch
Author URI: https://tercu.me
Text Domain: tercume
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Custom styles for tercu.me */
:root {
    --primary-blue: #1A2B3C;
    --accent-blue: #007AFF;
    --surface-light: #f9f9f9;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--primary-blue);
    background-color: var(--surface-light);
}
