/*
Theme Name: Modern A11Y
Theme URI: https://www.racinglook.com
Author: a_afidz
Description: For my visitor only.
Version: 1.0.0
Text Domain: A11Y
*/

/* Core CSS - Gunakan Flexbox/Grid di sini */
.skip-link {
    position: absolute;
    top: -1000px;
    left: -1000px;
}
.skip-link:focus {
    top: 0;
    left: 0;
    z-index: 100000;
}
