/*
Theme Name: Quara Theme
Theme URI: https://github.com/jeffreyvr/quara_theme
Author: Jeffrey van Rossum
Author URI: https://vanrossum.dev
Description: A WordPress theme made with TailPress.
Version: 0.1.0
License: MIT
License URI: https://github.com/jeffreyvr/quara_theme/blob/master/LICENSE
Text Domain: quara_theme
*/

body {
  font-family: "Cairo";
}

@tailwind base;
@tailwind components;
@tailwind utilities;

.wp-list-table {
  position: relative;
}