/* Preflight y utilities los provee ./vendor/tailwind.min.js */

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Nunito", serif;
}