/*
Theme Name: Hall of Fame Theme
Author: Michael Skoda
Description: Hall of Fame is a WordPress theme designed to showcase notable individuals and their achievements. It provides a clean and elegant layout, making it easy to highlight biographies, accomplishments, and related media. The theme is fully responsive, ensuring that your content looks great on all devices.
Version: 0.9.0
Text Domain: hall-of-fame-theme
Tags: hall-of-fame, hof
*/

:root {
    /* global scope */
    --theme-color-primary: #0555e5;
}

.bg-color-primary{
    background-color: var(--theme-color-primary);
}

.tile-img-40{
    height: 40%;
}

.tile-img-80{
    height: 90%;
}

.ratio-2x3 { 
    --bs-aspect-ratio: calc(3 / 2 * 100%);;
}
