@import 'tailwindcss';
@import './customized_theme.css';

@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
@source '../../storage/framework/views/*.php';
@source '../**/*.blade.php';
@source '../**/*.js';
@source '../**/*.vue';
@source "app.css";

@font-face {
    font-family: "League Spartan";
    src: url('../fonts/league-spartan/LeagueSpartan-Light.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: "League Spartan";
    src: url('../fonts/league-spartan/LeagueSpartan-Bold.ttf') format('truetype');
    font-weight: bold;
}

html, body {
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 16px;
    font-family: "League Spartan", sans-serif;
    font-weight: normal;

    --1col: calc(100dvw / 12);
}
html {
    scroll-behavior: smooth;
}
body {
    width: 100dvw;
    background-color: var(--color-bea-gold-bg);
}

h1, .type-h1 {
    font-size: 1.5rem;
    line-height: 1.75rem;
}

h2, .type-h2 {
    font-size: 1.375rem;
    line-height: 1.625rem;
}
