/*
To add your own custom fonts, go to https://fonts.google.com and browse their selection. When you find a font you like,
you can get the CSS code you need to use that font by clicking the Get Code button in the top-right.

On this new page, click the "Get embed code" button. You'll now see a new view that shows a number of ways to use your
font, including "Web", "Android", etc. Under the "Web" tab, you'll see two radio buttons: <link> and @import.
Click the @import button, copy the text between the <style> tags, and paste it below.

Finally, in your stylesheet.css (or any other CSS file), you can refer to fonts by their names.
For example, to use the default font included in this file, you'd use `font-family: 'Roboto Slab', serif`
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Charm:wght@400;700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poltawski+Nowy:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Luxurious+Roman&display=swap');