/*
Theme Name: Frinkdle
Theme URI: 
Author: Adam Gardner
Author URI: https://github.com/adgardner1392
Description: A basic frinkdle theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: frinkdle
*/

@font-face {
    font-family: 'Simpsonfont';
    src: url('https://fonts.cdnfonts.com/s/9373/Simpsonfont.woff2') format('woff2'),
         url('https://fonts.cdnfonts.com/s/9373/Simpsonfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'Simpsonfont', sans-serif;
}

body {
    font-family: 'Simpsonfont', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #2f64d6;
}

.theme {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.theme__container {
    padding: 0 20px;
    max-width: 600px;
    width: 100%;
}
