/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Force font-display: swap on all @font-face declarations loaded by Avada */
@font-face {
    font-display: swap;
}

/* Boost link contrast — #009999 passes WCAG AA on white, #00B4B4 does not */
a,
.fusion-body a,
.entry-content a {
    color: #009090;
}
a:hover,
.fusion-body a:hover {
    color: #007878;
}

/* If teal buttons are flagged — the white text on #00B4B4 is borderline */
/* Darkening the button background fixes it without changing the visual significantly */
.fusion-button.button-default,
.fusion-button.button-xlarge,
.btn-cta {
    background-color: #009090 !important;
    border-color: #009090 !important;
}