/*
Theme Name: Twenty Twenty Five Child - RO Services
Theme URI: https://roservicesnearme.com
Description: Professional RO Services Landing Page
Author: RO Services
Template: twentytwentyfive
Version: 3.0.0
*/

:root {
    --brand-orange: #E85A2A;
    --brand-orange-dark: #C44A22;
    --brand-blue: #1A365D;
    --brand-blue-dark: #0F2442;
}

* {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}