/*
Theme Name: DylanDotTheme
Theme URI: https://dylan.at
Author: the WordPress team
Author URI: https://dylan.at
Description: A custom theme for my website
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: All Rights Reserved
License URI: N/A
Text Domain: dylandottheme
*/

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}

html {
    background-color: beige;
    font-family: 'Rubik', sans-serif;

    body {
        width: 800px;
        margin: 0 auto;
    }
}