/*
Theme Name: Five Paws Bikes
Theme URI: https://fivepawsbikes.com
Author: Heckle and Code
Description: A bespoke WordPress theme for Five Paws Bikes, inspired by five feline companions.
Version: 1.0
Text Domain: five-paws
*/

/* --- IMPORT EXISTING STYLES --- */
@import url("assets/css/styles.css");

/* WP Specific Overrides */
.admin-bar .fixed {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    .admin-bar .fixed {
        top: 46px !important;
    }
}
