/*
Theme Name: Iris
Description: A custom WordPress theme named Iris.
Parent Theme: twentytwentyfive
Version: 1.0.1
Author: Developer
*/

html, body {
  overflow-x: hidden;
}

body {
    margin: 0;
}

body * {
    font-family: "Roboto", "Arial", Sans-serif;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}
