/*
Theme Name: Car Rental WDA Child
Theme URI:
Description: Child theme for car-rental-wda.
Author:
Author URI:
Template: car-rental-wda
Version: 1.0.0
Text Domain: car-rental-wda-child
*/

/* Minimal global rules; the rest is in /assets/css (base + components + pages). */
*, *::before, *::after {
  box-sizing: border-box;
}

img, video {
  max-width: 100%;
  height: auto;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
