:root {
    --ttm-color-primary: #114B4D;
    --ttm-color-accent: #D9A441;
    --ttm-color-accent-hover: #C2903A;
    --ttm-color-text: #122529;
    --ttm-color-text-muted: #4A5D5F;
    --ttm-color-surface: #F7FAFA;
    --ttm-color-surface-soft: #EDF3F3;
    --ttm-color-surface-dark: #0A2E30;
    --ttm-font-heading: "Rubik", "Heebo", Arial, sans-serif;
    --ttm-font-body: "Heebo", Arial, sans-serif;
}

body {
    color: var(--ttm-color-text);
    background: var(--ttm-color-surface);
    font-family: var(--ttm-font-body);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input[type="button"],
input[type="submit"] {
    font-family: var(--ttm-font-heading);
}

.ttm-brand-logo,
.ttm-brand-icon {
    display: block;
    max-width: 100%;
    height: auto;
}
